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