Interface Serializer
-
public interface SerializerSerializer...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializationTypegetType()voidwriteContent(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, RepositoryExceptionThe specified stream remains open after this method returns.
- Parameters:
out-- Throws:
java.io.IOExceptionRepositoryException
-
getType
@Nonnull SerializationType getType()
-
-