public class ValueSerializer extends Object
Constructor and Description |
---|
ValueSerializer(ModelInstance modelInstance)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
deserializeValue(byte[] serialized,
boolean isSerializedXml)
Deserializes serialized value.
|
static byte[] |
serializeValue(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(Object object)
object
- public static ValueContent storeValue(ComplexValue complexValue)
ValueContent
.complexValue
- ValueContent
that contains all values.public Object deserializeValue(byte[] serialized, boolean isSerializedXml)
serialized
- isSerializedXml
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.