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