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