Interface ObjectExchangeStrategy
- 
- All Known Implementing Classes:
- DeferredObjectExchangeStrategy,- EagerObjectExchangeStrategy
 
 public interface ObjectExchangeStrategy
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayBuffermarshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)FixedSizeIntIterator4unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
 
- 
- 
- 
Method Detail- 
marshallByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount) 
 - 
unmarshallFixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader) 
 
- 
 
-