Package | Description |
---|---|
org.ovirt.engine.core.utils | |
org.ovirt.engine.core.utils.serialization.json |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
ObjectStreamDeserializer.deserialize(Object source,
Class<T> type) |
<T extends Serializable> |
Deserializer.deserialize(Object source,
Class<T> type)
Deserializes the payload given to it back to an object of type T.
|
Object |
ObjectStreamSerializer.serialize(Serializable payload) |
Object |
Serializer.serialize(Serializable payload)
Serialize the given payload.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
JsonObjectDeserializer.deserialize(Object source,
Class<T> type) |
<T extends Serializable> |
JsonObjectDeserializer.deserializeUnformattedJson(Object source,
Class<T> type)
Deserialize unformatted Json content.
|
String |
JsonObjectSerializer.serialize(Serializable payload) |
String |
JsonObjectSerializer.serializeUnformattedJson(Serializable payload)
Parse the serialized content with unformatted Json.
|
Copyright © 2012. All Rights Reserved.