Home | History | Annotate | Download | only in adapter

Lines Matching refs:Serializer

43 public class Serializer {
53 public Serializer() throws IOException {
57 public Serializer(OutputStream os) throws IOException {
62 public Serializer(boolean startDocument) throws IOException {
72 public Serializer(final OutputStream outputStream, final boolean startDocument)
146 public Serializer start(final int tag) throws IOException {
152 public Serializer end() throws IOException {
163 public Serializer tag(final int tag) throws IOException {
172 public Serializer data(final int tag, final String value) throws IOException {
182 public Serializer text(final String text) throws IOException {
196 public Serializer opaque(final InputStream is, final int length) throws IOException {
220 public Serializer writeOpaqueHeader(final int length) throws IOException {