public class NElementMapperPrimitiveDoubleArray extends Object implements NElementMapper<double[]>
| Constructor and Description |
|---|
NElementMapperPrimitiveDoubleArray() |
| Modifier and Type | Method and Description |
|---|---|
NElement |
toElement(NElementSerializerContext<double[]> context) |
double[] |
toObject(NElementDeserializerContext context) |
Object |
toSimple(NElementSerializerContext<double[]> context) |
public NElement toElement(NElementSerializerContext<double[]> context)
toElement in interface NElementSerializer<double[]>toElement in interface NElementMapper<double[]>public Object toSimple(NElementSerializerContext<double[]> context)
toSimple in interface NElementSimplifier<double[]>toSimple in interface NElementMapper<double[]>public double[] toObject(NElementDeserializerContext context)
toObject in interface NElementDeserializer<double[]>toObject in interface NElementMapper<double[]>Copyright © 2026 vpc open source initiative. All rights reserved.