org.infinispan.client.hotrod.impl
Class SerializationMarshaller
java.lang.Object
org.infinispan.client.hotrod.impl.SerializationMarshaller
- All Implemented Interfaces:
- HotrodMarshaller
public class SerializationMarshaller
- extends Object
- implements HotrodMarshaller
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializationMarshaller
public SerializationMarshaller()
marshallObject
public byte[] marshallObject(Object toMarshall)
- Specified by:
marshallObject
in interface HotrodMarshaller
readObject
public Object readObject(byte[] bytes)
- Specified by:
readObject
in interface HotrodMarshaller
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.