neo-project / examples

MIT License
138 stars 135 forks source link

Can we get a struct/binary or struc/json serializer/deserializer? #9

Open arthurgreef opened 6 years ago

arthurgreef commented 6 years ago

Hi - it would really help a lot to get struct deserialize from byte[]. Serialize to byte[] is nice to have. Structs have limited user otherwise or they take a lot of effort to decode. Protobuf would be nice? Thanks.

erikzhang commented 6 years ago

Is there a specific scenario that you need this for?