| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport.serialization |
Interfaces for platform-internal type translation and data serialization.
|
| de.iip_ecosphere.platform.transport.status |
Generic status messages like device/service/container is there or disappeared.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Serializer<T>
A data serializer (so far for homogeneous streams, may require unique ids).
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringSerializer
A default serializer for String through Base64 encoding.
|
| Modifier and Type | Field and Description |
|---|---|
static TypeTranslator<String,Boolean> |
TypeTranslators.BOOLEAN
Turns a Boolean into a String and back.
|
static TypeTranslator<String,Double> |
TypeTranslators.DOUBLE
Turns a Double into a String and back.
|
static TypeTranslator<String,Integer> |
TypeTranslators.INTEGER
Turns an Integer into a String and back.
|
static TypeTranslator<String,String> |
TypeTranslators.JSON_STRING
Turns a string into a quoted string and back.
|
static TypeTranslator<String,Long> |
TypeTranslators.LONG
Turns a Long into a String and back.
|
static TypeTranslator<String,String> |
TypeTranslators.STRING
Identity transformation for strings.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeTranslator<?,?> |
TypeTranslators.createTypeTranslator(ClassLoader loader,
String className)
Convenience method for creating (custom) type translator instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlertSerializer
A simple, generic alert event serializer.
|
class |
StatusMessageSerializer
A simple, generic status serializer.
|
class |
TraceRecordSerializer
A simple, generic status serializer.
|
Copyright © 2022. All rights reserved.