public class DoublePrimitiveArraySerializer
extends com.fasterxml.jackson.databind.JsonSerializer<double[]>
| Constructor and Description |
|---|
DoublePrimitiveArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(double[] doubleArray,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(double[] doubleArray,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<double[]>IOExceptionCopyright © 2023. All rights reserved.