gov.nih.nci.cagrid.caarray.util
Class CaArraySerializer
java.lang.Object
gov.nih.nci.cagrid.encoding.SDKSerializer
gov.nih.nci.cagrid.caarray.util.CaArraySerializer
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.Serializer
public class CaArraySerializer
- extends gov.nih.nci.cagrid.encoding.SDKSerializer
This is identical to the SDK Serializer but turns off validation. unfortunately, it has to copy the whole serialize
method to do so.
- Author:
- dkokotov
- See Also:
- Serialized Form
Method Summary |
void |
serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
|
Methods inherited from class gov.nih.nci.cagrid.encoding.SDKSerializer |
getMechanismType, writeSchema |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaArraySerializer
public CaArraySerializer()
serialize
public void serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
throws java.io.IOException
- Overrides:
serialize
in class gov.nih.nci.cagrid.encoding.SDKSerializer
- Throws:
java.io.IOException