Skip to content

IndexedSchema

Latest

Choose a tag to compare

@mlsomers mlsomers released this 28 Oct 22:23
· 7 commits to master since this release

Added micro schema support, a dictionary with
Key = TypeName
Value = Array of Property Names
The index of the keys in the dictionary are the ID's used to specify the types.
The index of the Property Name is the ID of the property.
Call MsgPackSerializer.SerializeWithSchema(object) and MsgPackSerializer.DeserializeWithSchema(stream)
More documentation will follow, for now look at unit test "SchemaBecomesSmallerWithMoreData" as example