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

outdated

Code generation library for the JSON-like providers, models, and adapters in Brick

brick_json_generators workflow

Brick JSON Generators #

Code generator that provides (de)serializing functions for Brick adapters. This package does not produce code. It can be imported into other Brick build or Brick generator domains.

This package should not be imported into an end application as it does not generate code.

Usage #

Use JsonDeserialize or JsonSerialize mixins with your own generators:

import 'package:brick_json_generators/json_serdes_generator.dart';
import 'package:brick_json_generators/json_deserialize.dart';

class MyJsonProtocolDeserialize extends JsonSerdesGenerator<MyJsonProtocolModel, MyJsonProtocol> with JsonDeserialize {
}
0
likes
0
pub points
41%
popularity

Publisher

unverified uploader

Code generation library for the JSON-like providers, models, and adapters in Brick

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, brick_build, brick_core, build, dart_style, source_gen

More

Packages that depend on brick_json_generators