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