public static class HeadRules.HeadRulesSerializer extends Object implements ArtifactSerializer<HeadRules>
| Constructor and Description | 
|---|
| HeadRulesSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| HeadRules | create(InputStream in)Creates the artifact from the provided  InputStream. | 
| void | serialize(HeadRules artifact,
         OutputStream out)Serializes the artifact to the provided  OutputStream. | 
public HeadRules create(InputStream in) throws IOException
ArtifactSerializerInputStream.
 The InputStream remains open.create in interface ArtifactSerializer<HeadRules>IOExceptionpublic void serialize(HeadRules artifact, OutputStream out) throws IOException
ArtifactSerializerOutputStream.
 The OutputStream remains open.serialize in interface ArtifactSerializer<HeadRules>IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.