@Deprecated public class FeatureGeneratorFactorySerializer extends Object implements ArtifactSerializer<FeatureGeneratorFactory>
Constructor and Description |
---|
FeatureGeneratorFactorySerializer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FeatureGeneratorFactory |
create(InputStream in)
Deprecated.
Creates the artifact from the provided
InputStream . |
void |
serialize(FeatureGeneratorFactory artifact,
OutputStream out)
Deprecated.
Serializes the artifact to the provided
OutputStream . |
public FeatureGeneratorFactorySerializer()
public FeatureGeneratorFactory create(InputStream in) throws IOException, InvalidFormatException
ArtifactSerializer
InputStream
.
The InputStream
remains open.create
in interface ArtifactSerializer<FeatureGeneratorFactory>
IOException
InvalidFormatException
public void serialize(FeatureGeneratorFactory artifact, OutputStream out) throws IOException
ArtifactSerializer
OutputStream
.
The OutputStream
remains open.serialize
in interface ArtifactSerializer<FeatureGeneratorFactory>
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.