Package com.io7m.cedarbridge.runtime.api
Class CBStringSerializers
java.lang.Object
com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory<CBString>
com.io7m.cedarbridge.runtime.api.CBStringSerializers
- All Implemented Interfaces:
CBSerializerFactoryType<CBString>
A factory of string serializers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CBSerializerType<CBString>createActual(CBSerializerDirectoryType directory, List<CBTypeArgument> arguments) Methods inherited from class com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory
create, typeNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.cedarbridge.runtime.api.CBSerializerFactoryType
typeParameters
-
Constructor Details
-
CBStringSerializers
public CBStringSerializers()A factory of string serializers.
-
-
Method Details
-
createActual
protected CBSerializerType<CBString> createActual(CBSerializerDirectoryType directory, List<CBTypeArgument> arguments) - Specified by:
createActualin classCBAbstractSerializerFactory<CBString>
-