T - content typepublic interface IStoredContent<T>
| Modifier and Type | Method and Description |
|---|---|
void |
fromObject(T instance)
evaluates all informations of the given object and serializes it
|
byte[] |
getContent()
the serialized content
|
String |
getIdentifier()
identifer of the root object where the content belongs to
|
String |
getPath()
path that guides from the root object (given by identifier) to the content object
|
String |
getTypeName()
content type description
|
T |
toObject()
deserializes the content to the java object
|
String getIdentifier()
String getPath()
String getTypeName()
byte[] getContent()
T toObject()
void fromObject(T instance)
Copyright © 2012–2020. All rights reserved.