org.apache.xmlrpc.serializer

Class SerializableSerializer

public class SerializableSerializer extends TypeSerializerImpl

A {@link org.apache.xmlrpc.serializer.TypeSerializer} for instances of {@link java.io.Serializable}.
Field Summary
static StringSERIALIZABLE_TAG
Tag name of a base64 value.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

SERIALIZABLE_TAG

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

Method Detail

write

public void write(ContentHandler pHandler, Object pObject)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.