|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.fqp.common.SerializationUtils
public class SerializationUtils
| Constructor Summary | |
|---|---|
SerializationUtils()
|
|
| Method Summary | |
|---|---|
static CQLQuery |
deserializeCQLQuery(java.io.InputStream xmlStream)
Create an instance of CQLQuery from the specified inputstream. |
static DCQLQuery |
deserializeDCQLQuery(java.io.InputStream xmlStream)
Create an instance of DCQLQuery from the specified inputstream. |
static void |
serializeCQLQuery(CQLQuery cqlQuery,
java.io.Writer writer)
Write the XML representation of the specified metadata to the specified writer. |
static void |
serializeDCQLQuery(DCQLQuery dcqlQuery,
java.io.Writer writer)
Write the XML representation of the specified metadata to the specified writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializationUtils()
| Method Detail |
|---|
public static void serializeCQLQuery(CQLQuery cqlQuery,
java.io.Writer writer)
throws java.lang.Exception
cqlQuery - writer -
java.lang.Exception
public static CQLQuery deserializeCQLQuery(java.io.InputStream xmlStream)
throws java.lang.Exception
xmlStream -
java.lang.Exception - on null argument or deserialization failure
public static void serializeDCQLQuery(DCQLQuery dcqlQuery,
java.io.Writer writer)
throws java.lang.Exception
dcqlQuery - writer -
java.lang.Exception
public static DCQLQuery deserializeDCQLQuery(java.io.InputStream xmlStream)
throws java.lang.Exception
xmlStream -
java.lang.Exception - on null argument or deserialization failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||