public abstract class KeyValueJsonSerializer<T> extends ValueJsonSerializer<T>
Constructor and Description |
---|
KeyValueJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
protected int |
serializeKeyValue(JsonContext jsonContext,
Path currentPath,
java.lang.Object key,
java.lang.Object value,
int count)
Serializes key and a value.
|
serialize, serializeValue
protected int serializeKeyValue(JsonContext jsonContext, Path currentPath, java.lang.Object key, java.lang.Object value, int count)
Copyright © 2003-present Jodd Team