@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
ArtifactSerializerInputStream.
The InputStream remains open.create in interface ArtifactSerializer<FeatureGeneratorFactory>java.io.IOExceptionInvalidFormatExceptionpublic void serialize(FeatureGeneratorFactory artifact, java.io.OutputStream out) throws java.io.IOException
ArtifactSerializerOutputStream.
The OutputStream remains open.serialize in interface ArtifactSerializer<FeatureGeneratorFactory>java.io.IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved