public class SerializableSerializer extends Object implements ZkSerializer
Constructor and Description |
---|
SerializableSerializer() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(byte[] bytes) |
byte[] |
serialize(Object serializable) |
public Object deserialize(byte[] bytes) throws ZkMarshallingError
deserialize
in interface ZkSerializer
ZkMarshallingError
public byte[] serialize(Object serializable) throws ZkMarshallingError
serialize
in interface ZkSerializer
ZkMarshallingError
Copyright © 2019. All rights reserved.