serializer 0.1.1 serializer: ^0.1.1 copied to clipboard
Serialization to JSON using reflectable
example/serializer_example.dart
// Copyright (c) 2016, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library serializer.example;
import 'package:serializer/serializer.dart';
main() {
}