aboutsummaryrefslogtreecommitdiff
path: root/examples/ex6_complex_type_conversion/src/main/java/com
AgeCommit message (Collapse)Author
2018-02-26Minor clean ups (#87) (#91)Ang Li
* Remove accidental duplication of example1 source. * Fix apk paths in README.
2018-01-12Support custom converters of non-primitive types. (#86)Ang Li
Now users can supply custom logic for object serialization/de-serialization through a centralized class, and snippet lib will automatically use the custom converters. Added a new example to demonstrate this feature.