HomeSort by relevance Sort by last modified time
    Searched defs:Serializer (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 19 * $Id: Serializer.java 471981 2006-11-07 04:28:00Z minchau $
21 package org.apache.xml.serializer;
30 * The Serializer interface is implemented by a serializer to enable users to:
33 * <li>configure the serializer with key/value properties
42 * Serializer ser = SerializerFactory.getSerializer(props);
53 * ser.reset(); // get ready to use the serializer for another document
64 * org.apache.xml.serializer.Serializer ser;
69 * Serializer ser = SerializerFactory.getSerializer(props)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 38 public class Serializer {
39 private static final String TAG = "Serializer";
50 public Serializer() throws IOException {
54 public Serializer(OutputStream os) throws IOException {
59 public Serializer(boolean startDocument) throws IOException {
70 public Serializer(OutputStream outputStream, boolean startDocument) throws IOException {
126 public Serializer start(int tag) throws IOException {
133 public Serializer end() throws IOException {
146 public Serializer tag(int t) throws IOException {
152 public Serializer data(int tag, String value) throws IOException
    [all...]
  /external/v8/src/
serialize.cc 587 bool Serializer::serialization_enabled_ = false;
588 bool Serializer::too_late_to_enable_now_ = false;
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 337 class Serializer {
347 Serializer(Writer& writer, v8::TryCatch& tryCatch)
412 virtual StateBase* advance(Serializer&) = 0;
434 virtual StateBase* advance(Serializer&)
463 virtual StateBase* advance(Serializer& serializer)
468 if (StateBase* newState = serializer.checkException(this))
470 if (StateBase* newState = serializer.doSerialize(value, this))
473 return serializer.writeArray(composite()->Length(), this);
491 virtual StateBase* advance(Serializer& serializer
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 1587 milliseconds