Class LongTypeAdapter
java.lang.Object
ca.spottedleaf.yamlconfig.adapter.TypeAdapter<Long,Long>
ca.spottedleaf.yamlconfig.adapter.primitive.LongTypeAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(TypeAdapterRegistry registry, Object input, Type type) serialize(TypeAdapterRegistry registry, Long value, Type type)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LongTypeAdapter
public LongTypeAdapter()
-
-
Method Details
-
deserialize
- Specified by:
deserializein classTypeAdapter<Long,Long>
-
serialize
- Specified by:
serializein classTypeAdapter<Long,Long>
-