org.I0Itec.zkclient.serialize
Class SerializableSerializer
java.lang.Object
org.I0Itec.zkclient.serialize.SerializableSerializer
- All Implemented Interfaces:
- ZkSerializer
public class SerializableSerializer
- extends Object
- implements ZkSerializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableSerializer
public SerializableSerializer()
deserialize
public Object deserialize(byte[] bytes)
throws ZkMarshallingError
- Specified by:
deserialize in interface ZkSerializer
- Throws:
ZkMarshallingError
serialize
public byte[] serialize(Object serializable)
throws ZkMarshallingError
- Specified by:
serialize in interface ZkSerializer
- Throws:
ZkMarshallingError
Copyright © 2011. All Rights Reserved.