| Package | Description |
|---|---|
| org.smartrplace.tools.profiles.impl |
| Modifier and Type | Method and Description |
|---|---|
static ProfileImpl |
SerializationUtils.deserialize(ProfileDTO dto,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
static ProfileImpl |
SerializationUtils.read(InputStream in,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
static ProfileImpl |
SerializationUtils.read(Reader in,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileDTO |
SerializationUtils.serialize(ProfileImpl profile) |
static void |
SerializationUtils.write(OutputStream out,
ProfileImpl profile) |
static void |
SerializationUtils.write(Writer out,
ProfileImpl profile) |
Copyright © 2018–2019. All rights reserved.