org.infinispan.client.hotrod.impl
Class SerializationMarshaller

java.lang.Object
  extended by 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

Constructor Summary
SerializationMarshaller()
           
 
Method Summary
 byte[] marshallObject(Object toMarshall)
           
 Object readObject(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationMarshaller

public SerializationMarshaller()
Method Detail

marshallObject

public byte[] marshallObject(Object toMarshall)
Specified by:
marshallObject in interface HotrodMarshaller

readObject

public Object readObject(byte[] bytes)
Specified by:
readObject in interface HotrodMarshaller

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.