public class

PropertyJsonSerializer

extends Object
implements PropertySerializer<T>
java.lang.Object
   ↳ org.apache.helix.store.PropertyJsonSerializer<T>

Summary

Public Constructors
PropertyJsonSerializer(Class<T> clazz)
Public Methods
T deserialize(byte[] bytes)
Deserialize byte array to data object of type T@return
byte[] serialize(T data)
Serialize data object of type T to byte array@return
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.helix.store.PropertySerializer

Public Constructors

public PropertyJsonSerializer (Class<T> clazz)

Public Methods

public T deserialize (byte[] bytes)

Deserialize byte array to data object of type T@return

public byte[] serialize (T data)

Serialize data object of type T to byte array@return