Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Groovy] Interface CustomDeltaDefinitionSerializer


interface CustomDeltaDefinitionSerializer

Authors:
yan@pongasoft.com


Method Summary
CustomDeltaDefinition deserialize(java.lang.String content, int contentVersion)

Deserializes a previously serialized object

int getContentVersion()

@return the most recent content version that this serializer handles

java.lang.String serialize(CustomDeltaDefinition cdd)

Serializes the object (using the @{link #getContentVersion()})

java.lang.String serialize(CustomDeltaDefinition cdd, boolean prettyPrint)

Serializes the object (using the @{link #getContentVersion()})

 

Method Detail

deserialize

CustomDeltaDefinition deserialize(java.lang.String content, int contentVersion)
Deserializes a previously serialized object


getContentVersion

int getContentVersion()
Returns:
the most recent content version that this serializer handles


serialize

java.lang.String serialize(CustomDeltaDefinition cdd)
Serializes the object (using the @{link #getContentVersion()})


serialize

java.lang.String serialize(CustomDeltaDefinition cdd, boolean prettyPrint)
Serializes the object (using the @{link #getContentVersion()})


 

Groovy Documentation