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