org.jgroups.blocks

Interface RpcDispatcher.Marshaller

public interface RpcDispatcher.Marshaller

Method Summary
ObjectobjectFromByteBuffer(byte[] buf)
byte[]objectToByteBuffer(Object obj)

Method Detail

objectFromByteBuffer

public Object objectFromByteBuffer(byte[] buf)

objectToByteBuffer

public byte[] objectToByteBuffer(Object obj)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.