OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 654 milliseconds