@Deprecated public class FeatureGeneratorFactorySerializer extends java.lang.Object implements ArtifactSerializer<FeatureGeneratorFactory>
Constructor and Description |
---|
FeatureGeneratorFactorySerializer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FeatureGeneratorFactory |
create(java.io.InputStream in)
Deprecated.
Creates the artifact from the provided
InputStream . |
void |
serialize(FeatureGeneratorFactory artifact,
java.io.OutputStream out)
Deprecated.
Serializes the artifact to the provided
OutputStream . |
public FeatureGeneratorFactorySerializer()
public FeatureGeneratorFactory create(java.io.InputStream in) throws java.io.IOException, InvalidFormatException
ArtifactSerializer
InputStream
.
The InputStream
remains open.create
in interface ArtifactSerializer<FeatureGeneratorFactory>
java.io.IOException
InvalidFormatException
public void serialize(FeatureGeneratorFactory artifact, java.io.OutputStream out) throws java.io.IOException
ArtifactSerializer
OutputStream
.
The OutputStream
remains open.serialize
in interface ArtifactSerializer<FeatureGeneratorFactory>
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved