Are there any Lib in Haxe tinkbell like Protocol Buffers?

Are there any Lib in Haxe tinkbell like Protocol Buffers?

Here is Haxe implementation : protohx (0.4.6) or you can check HxBit ( hxbit (1.5.0) )

thanks ,it’s seem hxbit is greate!,

can you give a more complex samples to use hxbit auto Serialization and DeSerialization

from websocket?or socket?

current I use Messagepaker to Serialization data.

Well, you should create class for the information which you want to serialize and use @:s metadata to specify fields. Here is example of using User class GitHub - HeapsIO/hxbit: Haxe Binary serialization and network synchronization library