TypeSystems

From Sirikata Wiki
Revision as of 23:58, 13 February 2009 by Danielrh (talk | contribs)
Jump to navigation Jump to search

We want the type system to be serialization agnostic so we can support different backends.

Our current implementation ideas revolve around starting from the serialization format specified in protocol buffers. This gives us the following types


[|double] [|float] [|int32] [|int64] [|uint32] [|uint64] [|sint32] [|sint64] [|fixed32] [|fixed64] [|sfixed32] [|sfixed64] [|bool] [|string] [|bytes]