Skip to content

Support different serialization formats #108

@nechaido

Description

@nechaido

Now JSTP works only with one JSON5 like serialization format. While it would be much more extendable use abstract interface that provides such functions as:

  • parse()
  • serialize()
  • parseNetworkPacket()
  • serializeNetworkPacket()

This way will be able to add new formats, for example JSON or some binary format.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions