Searched defs:Serializer (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/exchange/adapter/
H A DSerializer.java37 public class Serializer { class
39 private static final String TAG = "Serializer";
57 public Serializer() { method in class:Serializer
61 public Serializer(boolean startDocument, boolean _logging) { method in class:Serializer
66 public Serializer(boolean startDocument) { method in class:Serializer
127 public Serializer start(int tag) throws IOException {
134 public Serializer end() throws IOException {
147 public Serializer tag(int t) throws IOException {
153 public Serializer data(int tag, String value) throws IOException {
172 public Serializer tex
[all...]

Completed in 42 milliseconds