public class ObjectJsonSerializer extends ValueJsonSerializer<java.lang.Object>
Constructor and Description |
---|
ObjectJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serializeValue(JsonContext jsonContext,
java.lang.Object value)
Performs the serialization of the value.
|
serialize
public void serializeValue(JsonContext jsonContext, java.lang.Object value)
ValueJsonSerializer
serializeValue
in class ValueJsonSerializer<java.lang.Object>
Copyright © 2003-present Jodd Team