public abstract class AbstractMapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
object |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
map(EserialContext context)
Creates a mapped representation of the contained object depending on its type.
|
public abstract java.lang.Object map(EserialContext context)
context - an EserialContext containing information about the context of the element to be mapped