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