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