Package com.io7m.cedarbridge.runtime.api
Class CBBooleanSerializers
java.lang.Object
com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory<CBBooleanType>
com.io7m.cedarbridge.runtime.api.CBBooleanSerializers
- All Implemented Interfaces:
CBSerializerFactoryType<CBBooleanType>
A factory of serializers of boolean values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CBSerializerType<CBBooleanType>createActual(CBSerializerDirectoryType directory, List<CBTypeArgument> arguments) Declare the parameters of the type.Methods inherited from class com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory
create, typeName
-
Constructor Details
-
CBBooleanSerializers
public CBBooleanSerializers()A factory of serializers of boolean values.
-
-
Method Details
-
createActual
protected CBSerializerType<CBBooleanType> createActual(CBSerializerDirectoryType directory, List<CBTypeArgument> arguments) - Specified by:
createActualin classCBAbstractSerializerFactory<CBBooleanType>
-
typeParameters
Description copied from interface:CBSerializerFactoryTypeDeclare the parameters of the type. The names must be valid Cedarbridge type parameter names.- Returns:
- The parameters of the type, in declaration order
-