dlhn
dlhn copied to clipboard
Example of serialized data
Is there a representation somewhere of what the serialized data will look like? In the specification, I saw only a representation of specific types. It may be worth adding a small Overview, which will show the result of serialization of a simple struct.
Thanks again for your thoughtful suggestion. Currently, the specification for structs is not yet defined, and we output the same value as tuples when serializing structs. Once the specification for structs is determined, we plan to add it to the documentation.