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