Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 1a66071

Browse files
committed
Update documentation.
1 parent 91841c5 commit 1a66071

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55
Built JSON provides serialization for the
66
[Libraries for Object Oriented Dart](https://github.com/google/built_value.dart/blob/master/libraries_for_object_oriented_dart.md#libraries-for-object-oriented-dart).
77

8-
This allows a complete serializable object oriented data model to built from
8+
This allows a complete serializable object oriented data model to be based on
99
[Enum Classes](https://github.com/google/enum_class.dart#enum-classes-for-dart),
1010
[Built Collections](https://github.com/google/built_collection.dart#built-collections-for-dart)
1111
and
1212
[Built Values](https://github.com/google/built_value.dart#built-values-for-dart).
1313

14+
Built JSON for Java, a separate project, will provide compatible serialization
15+
for Java, mapping Enum Classes to standard Java enums, Built Collections to
16+
[Immutable Collections](https://github.com/google/guava/wiki/ImmutableCollectionsExplained)
17+
and Built Values to [AutoValues](https://github.com/google/auto/tree/master/value#autovalue).
18+
1419

1520
## Examples
1621

0 commit comments

Comments
 (0)