public static class Vector256.Translator extends TypeTranslator<Vector256>
| 构造器和说明 |
|---|
Translator() |
| 限定符和类型 | 方法和说明 |
|---|---|
Vector256 |
fromJSONArray(org.json.JSONArray jsonArray) |
Vector256 |
fromParser(BinaryParser parser,
Integer hint) |
org.json.JSONArray |
toJSONArray(Vector256 obj) |
fromBoolean, fromBytes, fromDouble, fromHex, fromInteger, fromJSONObject, fromLong, fromParser, fromString, fromValue, toBoolean, toBytes, toBytesSink, toDouble, toHex, toInteger, toJSON, toJSONObject, toLong, toStringpublic Vector256 fromParser(BinaryParser parser, Integer hint)
fromParser 在类中 TypeTranslator<Vector256>parser - Parser.hint - Using a boxed integer, allowing null for no hintpublic org.json.JSONArray toJSONArray(Vector256 obj)
toJSONArray 在类中 TypeTranslator<Vector256>public Vector256 fromJSONArray(org.json.JSONArray jsonArray)
fromJSONArray 在类中 TypeTranslator<Vector256>Copyright © 2021. All rights reserved.