Interface Serializer
public interface Serializer
Serializer...-
Method Summary
Modifier and TypeMethodDescription@NotNull SerializationTypegetType()voidwriteContent(@NotNull OutputStream out) The specified stream remains open after this method returns.
-
Method Details
-
writeContent
The specified stream remains open after this method returns.
- Parameters:
out-- Throws:
IOExceptionRepositoryException
-
getType
-