Class CATypePackageSerializers
java.lang.Object
com.io7m.cardant.type_packages.parsers.CATypePackageSerializers
- All Implemented Interfaces:
com.io7m.anethum.api.SerializerFactoryType<Void,,CATypePackage, CATypePackageSerializerType> CATypePackageSerializerFactoryType
public final class CATypePackageSerializers
extends Object
implements CATypePackageSerializerFactoryType
The default provider of type package serializers.
-
Constructor Summary
ConstructorsConstructorDescriptionThe default provider of type package serializers. -
Method Summary
Modifier and TypeMethodDescriptioncreateSerializerWithContext(Void context, URI target, OutputStream stream) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.anethum.api.SerializerFactoryType
createSerializer, createSerializer, createSerializerForFileWithContext, serialize, serializeFile, serializeFileWithContext
-
Constructor Details
-
CATypePackageSerializers
public CATypePackageSerializers()The default provider of type package serializers.
-
-
Method Details
-
createSerializerWithContext
public CATypePackageSerializerType createSerializerWithContext(Void context, URI target, OutputStream stream) - Specified by:
createSerializerWithContextin interfacecom.io7m.anethum.api.SerializerFactoryType<Void,CATypePackage, CATypePackageSerializerType>
-