Class DeferredObjectExchangeStrategy
- java.lang.Object
- 
- com.db4o.cs.internal.objectexchange.DeferredObjectExchangeStrategy
 
- 
- All Implemented Interfaces:
- ObjectExchangeStrategy
 
 public class DeferredObjectExchangeStrategy extends java.lang.Object implements ObjectExchangeStrategy 
- 
- 
Field SummaryFields Modifier and Type Field Description static ObjectExchangeStrategyINSTANCE
 - 
Constructor SummaryConstructors Constructor Description DeferredObjectExchangeStrategy()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayBuffermarshall(LocalTransaction transaction, IntIterator4 ids, int count)FixedSizeIntIterator4unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ObjectExchangeStrategy INSTANCE 
 
- 
 - 
Method Detail- 
marshallpublic ByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int count) - Specified by:
- marshallin interface- ObjectExchangeStrategy
 
 - 
unmarshallpublic FixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader) - Specified by:
- unmarshallin interface- ObjectExchangeStrategy
 
 
- 
 
-