You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Serializer.py 227B

12345678910111213
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. class Serializer(object):
  4. TRANSPORT = 0
  5. JSON = 1
  6. MSGPACK = 2
  7. CBOR = 3
  8. UBJSON = 4
  9. OPAQUE = 5
  10. FLATBUFFERS = 6