public abstract class ValueJsonSerializer<T> extends java.lang.Object implements TypeJsonSerializer<T>
| Constructor and Description |
|---|
ValueJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
serialize(JsonContext jsonContext,
T value)
Detects circular dependencies and pushes value as current
type context.
|
abstract void |
serializeValue(JsonContext jsonContext,
T value)
Performs the serialization of the value.
|
public final boolean serialize(JsonContext jsonContext, T value)
serialize in interface TypeJsonSerializer<T>public abstract void serializeValue(JsonContext jsonContext, T value)
Copyright © 2003-present Jodd Team