branchsbox/bytepackconvertcancel

6 Commits over 0 Days - ∞cph!

7 Months Ago
Tidy
7 Months Ago
Some minor doc change
7 Months 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
7 Months Ago
We should be able to null these out
7 Months Ago
Add IBytePackConvert support to Component and GameResource
7 Months Ago
Add add IBytePackConvert to a class to specify how it should be serialized/deserialized with BytePack (similar to IJsonConvert). Implement for GameObject.