Class AbstractListChildSerializer<T>

java.lang.Object
org.spongepowered.configurate.serialize.AbstractListChildSerializer<T>
Type Parameters:
T - the type of collection to serialize
All Implemented Interfaces:
TypeSerializer<T>, TypeSerializer.Annotated<T>

public abstract class AbstractListChildSerializer<T> extends Object implements TypeSerializer.Annotated<T>
A serializer for nodes that are 'list-like' (i.e may be stored in nodes where ConfigurationNode.isList() is true.
Since:
4.1.0