@FunctionalInterface
public interface TypeJsonSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
serialize(JsonContext jsonContext,
T value)
Serializes a value and writes a JSON content.
|
boolean serialize(JsonContext jsonContext, T value)
true if content was written.
Returns false if content for some reason was not written.Copyright © 2003-present Jodd Team