Class LongArrayCodec
java.lang.Object
com.hypixel.hytale.codec.codecs.array.LongArrayCodec
- All Implemented Interfaces:
Codec<long[]>,RawJsonCodec<long[]>,SchemaConvertable<long[]>
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.codec.Codec
BASE64_PATTERN, BOOLEAN, BSON_DOCUMENT, BYTE, BYTE_ARRAY, DOUBLE, DOUBLE_ARRAY, DURATION, DURATION_SECONDS, FLOAT, FLOAT_ARRAY, INSTANT, INT_ARRAY, INTEGER, LOG_LEVEL, LONG, LONG_ARRAY, PATH, SHORT, STRING, STRING_ARRAY, UUID_BINARY, UUID_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]long[]decodeJson(RawJsonReader reader, ExtraInfo extraInfo) org.bson.BsonValuetoSchema(SchemaContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema
-
Field Details
-
EMPTY_LONG_ARRAY
public static final long[] EMPTY_LONG_ARRAY
-
-
Constructor Details
-
LongArrayCodec
public LongArrayCodec()
-
-
Method Details
-
decode
-
encode
-
decodeJson
- Specified by:
decodeJsonin interfaceCodec<long[]>- Specified by:
decodeJsonin interfaceRawJsonCodec<long[]>- Throws:
IOException
-
toSchema
- Specified by:
toSchemain interfaceSchemaConvertable<long[]>
-