protobuf-build icon indicating copy to clipboard operation
protobuf-build copied to clipboard

support protobuf serialize

Open HuSharp opened this issue 2 years ago • 0 comments

Signed-off-by: husharp [email protected]

rely on https://docs.rs/protobuf-codegen/2.8.0/protobuf_codegen/struct.Customize.html#structfield.serde_derive, For support Serialize we can Just turn on the serde_derive option.

HuSharp avatar Jan 03 '23 08:01 HuSharp