userConnacancel
branchsbox/bytepackconvertcancel

6 Commits over 0 Days - ∞cph!

60 Days Ago
Tidy
60 Days Ago
Some minor doc change
60 Days Ago
Some comments on ConverterPacker to describe its use Let's move it out of Sandbox and call it BytePack.ISerializer - it won't be exposed to public API (for now?) Makes sense to rename to SerializerPacker so it matches ISerializer Explicit implementations of BytePackRead and BytePackWrite means we can have these non-public Add test for BytePack.ISerializer with MySerializedClass
2 Months Ago
We should be able to null these out
2 Months Ago
Add IBytePackConvert support to Component and GameResource
2 Months Ago
Add add IBytePackConvert to a class to specify how it should be serialized/deserialized with BytePack (similar to IJsonConvert). Implement for GameObject.