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