object_serialization 1.0.2 copy "object_serialization: ^1.0.2" to clipboard
object_serialization: ^1.0.2 copied to clipboard

An object serialization library for Dart and Flutter that supports circular references and preserves identity.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add object_serialization

With Flutter:

 $ flutter pub add object_serialization

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  object_serialization: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:object_serialization/object_serialization.dart';
1
likes
160
points
132
downloads

Publisher

verified publisherfosteragile.com

Weekly Downloads

An object serialization library for Dart and Flutter that supports circular references and preserves identity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on object_serialization