@FunctionalInterface
public interface MapSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
<S> Result<java.util.Map<S,S>> |
serialize(DataConverter<S> converter,
java.util.Map<S,S> map,
T element) |
<S> Result<java.util.Map<S,S>> serialize(DataConverter<S> converter, java.util.Map<S,S> map, T element)