Interface Serializer
-
public interface Serializer
Serializer
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializationType
getType()
void
writeContent(java.io.OutputStream out)
The specified stream remains open after this method returns.
-
-
-
Method Detail
-
writeContent
void writeContent(@Nonnull java.io.OutputStream out) throws java.io.IOException, RepositoryException
The specified stream remains open after this method returns.
- Parameters:
out
-- Throws:
java.io.IOException
RepositoryException
-
getType
@Nonnull SerializationType getType()
-
-