Package com.io7m.cedarbridge.runtime.api
Class CBFloat64Serializers
java.lang.Object
com.io7m.cedarbridge.runtime.api.CBAbstractSerializerFactory<CBFloat64>
com.io7m.cedarbridge.runtime.api.CBFloat64Serializers
- All Implemented Interfaces:
CBSerializerFactoryType<CBFloat64>
A factory of float64 serializers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CBSerializerType<CBFloat64>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
-
CBFloat64Serializers
public CBFloat64Serializers()A factory of float64 serializers.
-
-
Method Details
-
createActual
protected CBSerializerType<CBFloat64> createActual(CBSerializerDirectoryType directory, List<CBTypeArgument> arguments) - Specified by:
createActualin classCBAbstractSerializerFactory<CBFloat64>
-