public class SerializableSerializer extends TypeSerializerImpl
TypeSerializer
for
instances of Serializable
.Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZABLE_TAG
Tag name of a base64 value.
|
VALUE_TAG, ZERO_ATTRIBUTES
Constructor and Description |
---|
SerializableSerializer() |
public static final String SERIALIZABLE_TAG
public void write(org.xml.sax.ContentHandler pHandler, Object pObject) throws org.xml.sax.SAXException
TypeSerializer
pObject
to the SAX handler
pHandler
.pHandler
- The destination handler.pObject
- The object being written.org.xml.sax.SAXException
- Writing the object failed.Copyright © 2001–2014. All rights reserved.