| Package | Description |
|---|---|
| io.gsonfire | |
| io.gsonfire.gson | |
| io.gsonfire.util |
| Modifier and Type | Method and Description |
|---|---|
<T> GsonFireBuilder |
GsonFireBuilder.wrap(Class<T> clazz,
Mapper<T,String> mapper)
A given class will be wrapped/unwrapped with a string generated by a mapper
during serialization/deserialization.
|
| Constructor and Description |
|---|
WrapTypeAdapterFactory(Map<Class<T>,Mapper<T,String>> wrappedClasses) |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> Iterable<T> |
IterableMapper.create(Iterable<F> source,
Mapper<F,T> mapper) |
Copyright © 2023. All rights reserved.