Package opennlp.tools.util.model
Class GenericModelSerializer
java.lang.Object
opennlp.tools.util.model.GenericModelSerializer
- All Implemented Interfaces:
ArtifactSerializer<AbstractModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream in) Creates the artifact from the providedInputStream.static voidregister(Map<String, ArtifactSerializer> factories) voidserialize(AbstractModel artifact, OutputStream out) Serializes the artifact to the providedOutputStream.
-
Constructor Details
-
GenericModelSerializer
public GenericModelSerializer()
-
-
Method Details
-
create
Description copied from interface:ArtifactSerializerCreates the artifact from the providedInputStream. TheInputStreamremains open.- Specified by:
createin interfaceArtifactSerializer<AbstractModel>- Returns:
- the artifact
- Throws:
IOException
-
serialize
Description copied from interface:ArtifactSerializerSerializes the artifact to the providedOutputStream. TheOutputStreamremains open.- Specified by:
serializein interfaceArtifactSerializer<AbstractModel>- Parameters:
artifact-out-- Throws:
IOException
-
register
-