d_serializer 1.0.0 copy "d_serializer: ^1.0.0" to clipboard
d_serializer: ^1.0.0 copied to clipboard

Dart serialization library with invisible code generation

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 - 2024-05-29 #

Added #

  • Initial release
  • @Serializable() annotation for classes
  • @JsonKey() annotation for field customization
  • Support for primitives: int, double, String, bool
  • Support for DateTime (ISO8601 serialization)
  • Support for List and nested objects
  • Support for Map
  • Support for enums (name and index)
  • Invisible code generation (part of)
  • Extension method toJson() on serialized classes
  • Generated _$ClassNameFromJson() functions
1
likes
0
points
97
downloads

Publisher

verified publishertorogoz.tech

Weekly Downloads

Dart serialization library with invisible code generation

Repository (GitHub)
View/report issues

Topics

#serialization #json #codegen

License

unknown (license)

Dependencies

meta

More

Packages that depend on d_serializer