HomeSort by relevance Sort by last modified time
    Searched refs:writeInstance (Results 1 - 7 of 7) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
Marshal.java 35 * symmetric to writeInstance, but otherwise it would not be possible to
59 public void writeInstance(XmlSerializer writer, Object instance) throws IOException;
MarshalBase64.java 40 public void writeInstance(XmlSerializer writer, Object obj) throws IOException {
MarshalDate.java 40 public void writeInstance(XmlSerializer writer, Object obj) throws IOException {
DM.java 58 public void writeInstance(XmlSerializer writer, Object instance) throws IOException {
MarshalHashtable.java 74 public void writeInstance(XmlSerializer writer, Object instance) throws IOException {
SoapSerializationEnvelope.java 699 ((Marshal) marshal).writeInstance(writer, element);
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
MarshalFloat.java 47 public void writeInstance(XmlSerializer writer, Object instance) throws IOException {

Completed in 344 milliseconds