Skip navigation links
D G I O S V 

D

deserialize(ByteString) - Method in interface org.apache.geode.protocol.serialization.ValueSerializer
Deserialize bytes that are sent from the client into an object.

G

getID() - Method in interface org.apache.geode.protocol.serialization.ValueSerializer
Unique identifier for this serializer.

I

init(Cache) - Method in interface org.apache.geode.protocol.serialization.ValueSerializer
Initialize this serializer.

O

org.apache.geode.protocol.serialization - package org.apache.geode.protocol.serialization
 

S

serialize(Object) - Method in interface org.apache.geode.protocol.serialization.ValueSerializer
Serialize an object into bytes that can be sent to a client.
supportsPrimitives() - Method in interface org.apache.geode.protocol.serialization.ValueSerializer
True if this serializer wants to serialize all values, including primitives like numbers and strings that can be sent as one of the options in EncodedValue.

V

ValueSerializer - Interface in org.apache.geode.protocol.serialization
Interface for controlling serialization format of all values transmitted using the protobuf based client-server protocol.
D G I O S V 
Skip navigation links