Source code for cfxdb.gen.realmstore.EncSerializer

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: realmstore

# The serializer the app payload was serialized with before encryption.
[docs] class EncSerializer(object): # Unset
[docs] NONE = 0
# Payload was serialized in JSON
[docs] JSON = 1
# Payload was serialized in MsgPack
[docs] MSGPACK = 2
# Payload was serialized in CBOR
[docs] CBOR = 3
# Payload was serialized in UBJSON
[docs] UBJSON = 4
[docs] OPAQUE = 5
[docs] FLATBUFFERS = 6