Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ErrorResponse = errorMessageDescription
errorMessagetype = String StringThe error message

Anchor
Value
Value
Value

...

Value = {ValueHeader value}Description
ValueHeaderencodingTypetype =  ValueHeader int8 (encoding type)The encoding type of the following bytes.The ValueHeader corresponding to this Value entry
valuetype = bytesSerialized Value Object which Geode can understand

Anchor

...

The value header contains the value bytes size, and a flag indicates whether it contains all the value bytes. 

...

EncodingTypes
EncodingTypes
Encoding Types

We plan to at least support

NameDescription
Int32-bit signed integer, big-endian encoded
Long64-bit signed integer, big-endian encoded
Short16-bit signed integer, big-endian encoded
Byte8-bit signed integer, big-endian encoded
BooleanTrue or False.
StringUTF-8 encoded string. (whether it can contain nulls is TBD)
BinaryA binary blob to be stored in the region.
JSONUTF-8 encoded string, containing a JSON document that will be deserialized in the same way as the REST API.
Float32-bit floating point number.
Double64-bit floating point number.

 

...

Anchor
MetaData
MetaData
MetaData

...