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