brick_json_generators

Creator: coderz1093

Last updated:

0 purchases

brick_json_generators Image
brick_json_generators Images

Languages

Categories

Add to Cart

Description:

brick json generators

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 {
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.