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