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