org.apache.xmlrpc.serializer

Class SerializableSerializer

Implemented Interfaces:
TypeSerializer

public class SerializableSerializer
extends TypeSerializerImpl

A TypeSerializer for instances of java.io.Serializable.

Field Summary

static String
SERIALIZABLE_TAG
Tag name of a base64 value.

Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

VALUE_TAG, ZERO_ATTRIBUTES

Method Summary

void
write(ContentHandler pHandler, Object pObject)

Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

write, write, write

Field Details

SERIALIZABLE_TAG

public static final String SERIALIZABLE_TAG
Tag name of a base64 value.

Method Details

write

public void write(ContentHandler pHandler,
                  Object pObject)
            throws SAXException
Specified by:
write in interface TypeSerializer

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.