Package com.io7m.sunburst.xml.packages
Class SBPackageSerializers
java.lang.Object
com.io7m.sunburst.xml.packages.SBPackageSerializers
- All Implemented Interfaces:
com.io7m.anethum.api.SerializerFactoryType<Void,,SBPackage, SBPackageSerializerType> SBPackageSerializerFactoryType
The default package serializers.
-
Constructor Summary
Constructors -
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
-
SBPackageSerializers
public SBPackageSerializers()The default package serializers.
-
-
Method Details
-
createSerializerWithContext
public SBPackageSerializerType createSerializerWithContext(Void context, URI target, OutputStream stream) - Specified by:
createSerializerWithContextin interfacecom.io7m.anethum.api.SerializerFactoryType<Void,SBPackage, SBPackageSerializerType>
-