(T instance)
| 43 | /// have their own registered `Mapper` are emitted as nested maps; scalars |
| 44 | /// (`String`, boxed primitives, `null`) go in as-is. |
| 45 | Map<String, Object> toMap(T instance); |
| 46 | |
| 47 | /// Inverse of `#toMap`. Receives a `Map<String, Object>` as produced by |
| 48 | /// `JSONParser` and populates a fresh `T`. |
no outgoing calls