public class DoubleJsonSerializer extends java.lang.Object implements TypeJsonSerializer<java.lang.Double>
Constructor and Description |
---|
DoubleJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
boolean |
serialize(JsonContext jsonContext,
java.lang.Double value)
Serializes a value and writes a JSON content.
|
public boolean serialize(JsonContext jsonContext, java.lang.Double value)
TypeJsonSerializer
true
if content was written.
Returns false
if content for some reason was not written.serialize
in interface TypeJsonSerializer<java.lang.Double>
Copyright © 2003-present Jodd Team