public interface GridIndexingMarshaller
GridIndexingSpi.registerMarshaller(GridIndexingMarshaller).| Modifier and Type | Method and Description |
|---|---|
byte[] |
marshal(GridIndexingEntity<?> entity)
Marshals object to bytes.
|
<T> GridIndexingEntity<T> |
unmarshal(byte[] bytes)
Unmarshalls bytes to object.
|
<T> GridIndexingEntity<T> unmarshal(byte[] bytes) throws GridSpiException
T - Value type.bytes - Bytes.GridSpiException - If failed.byte[] marshal(GridIndexingEntity<?> entity) throws GridSpiException
entity - Entity.GridSpiException - If failed.Copyright © 2014. All rights reserved.