msgpack-schema icon indicating copy to clipboard operation
msgpack-schema copied to clipboard

Support for more field level Serialization/Deserialization attributes

Open fly1028 opened this issue 7 months ago • 1 comments

Added support for enum variant with named fields Added support for #[skip] to skip a field for both deserialization and serialization Added support for #[default="xyz"] to default a field on deserialization Updated serialize() to return Result<(), SerializeError> Added unit tests for the above newly supported cases

fly1028 avatar Apr 03 '25 16:04 fly1028