public class ValueSerializer
extends java.lang.Object
| Constructor and Description |
|---|
ValueSerializer(ModelInstance modelInstance)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deserializeValue(byte[] serialized,
boolean isSerializedXml)
Deserializes serialized value.
|
static byte[] |
serializeValue(java.lang.Object object)
Serializes an object.
|
static ValueContent |
storeValue(ComplexValue complexValue)
Stores a complex value with all referenced values to a
ValueContent. |
public ValueSerializer(ModelInstance modelInstance)
modelInstance - public static byte[] serializeValue(java.lang.Object object)
object - public static ValueContent storeValue(ComplexValue complexValue)
ValueContent.complexValue - ValueContent that contains all values.public java.lang.Object deserializeValue(byte[] serialized,
boolean isSerializedXml)
serialized - isSerializedXml - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.