Class CBListSerializers<T extends CBSerializableType>

java.lang.Object
com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory<CBList<T>>
com.io7m.cedarbridge.runtime.api.CBListSerializers<T>
Type Parameters:
T - The type of list elements
All Implemented Interfaces:
CBSerializerFactoryType<CBList<T>>

public final class CBListSerializers<T extends CBSerializableType> extends CBAbstractSerializerFactory<CBList<T>>
A factory of list serializers.