public interface LowLevelSerializer
void open(Writer writer)
writer
- the writer to base the stream onLowLevelSerializationException
void flush()
void close(boolean closeWriter)
closeWriter
is
true, too.closeWriter
- if true, the underlying writer will be closed, too.LowLevelSerializationException
Copyright © 2014. All rights reserved.