com.redhat.rhn.frontend.xmlrpc.serializer
Class ActivationKeySerializer

java.lang.Object
  extended by com.redhat.rhn.frontend.xmlrpc.serializer.ActivationKeySerializer

public class ActivationKeySerializer
extends java.lang.Object

ActivationKeySerializer


Constructor Summary
ActivationKeySerializer()
           
 
Method Summary
 java.lang.Class getSupportedClass()
          
 void serialize(java.lang.Object value, java.io.Writer output, XmlRpcSerializer builtInSerializer)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationKeySerializer

public ActivationKeySerializer()
Method Detail

getSupportedClass

public java.lang.Class getSupportedClass()


serialize

public void serialize(java.lang.Object value,
                      java.io.Writer output,
                      XmlRpcSerializer builtInSerializer)
               throws XmlRpcException,
                      java.io.IOException

Throws:
XmlRpcException
java.io.IOException