Home
last modified time | relevance | path

Searched defs:objectToByteBuffer (Results 1 – 7 of 7) sorted by relevance

/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/blocks/
H A DRpcDispatcherSerializationTest.java131 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in RpcDispatcherSerializationTest.MyMarshaller
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/
H A DRpcDispatcher.java82 byte[] objectToByteBuffer(Object obj) throws Exception; in objectToByteBuffer() method
116 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in RpcDispatcher.MarshallerAdapter
H A DPartitionedHashMap.java560 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in PartitionedHashMap.CustomMarshaller
H A DReplCache.java938 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in ReplCache.CustomMarshaller
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DUnicastTestRpc.java453 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in UnicastTestRpc.CustomMarshaller
H A DUnicastTestRpcDist.java593 public byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in UnicastTestRpcDist.CustomMarshaller
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DUtil.java441 public static byte[] objectToByteBuffer(Object obj) throws Exception { in objectToByteBuffer() method in Util