public class

ZNRecordJsonSerializer

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

Summary

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

Public Constructors

public ZNRecordJsonSerializer ()

Public Methods

public ZNRecord deserialize (byte[] bytes)

Deserialize byte array to data object of type T@return

public byte[] serialize (ZNRecord data)