org.jgroups.blocks

Interface RpcDispatcher.Marshaller

public static interface RpcDispatcher.Marshaller

Method Summary

Object
objectFromByteBuffer(byte[] buf)
byte[]
objectToByteBuffer(Object obj)

Method Details

objectFromByteBuffer

public Object objectFromByteBuffer(byte[] buf)
            throws Exception

objectToByteBuffer

public byte[] objectToByteBuffer(Object obj)
            throws Exception

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.