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