public abstract class AbstractSerializer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
object |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
serialize()
Returns the string representation of
object depending on its type. |