org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.util
Class EObjectSerializer

java.lang.Object
  extended by org.apache.xmlrpc.serializer.TypeSerializerImpl
      extended by org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.util.EObjectSerializer
All Implemented Interfaces:
org.apache.xmlrpc.serializer.TypeSerializer

public class EObjectSerializer
extends org.apache.xmlrpc.serializer.TypeSerializerImpl

Serializer for EObjects.

Author:
ovonwesen, emueller

Field Summary
static String EOBJECT_TAG
          EObject Tag for parsing.
 
Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl
VALUE_TAG
 
Constructor Summary
EObjectSerializer()
           
 
Method Summary
 void write(ContentHandler pHandler, Object pObject)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOBJECT_TAG

public static final String EOBJECT_TAG
EObject Tag for parsing.

See Also:
Constant Field Values
Constructor Detail

EObjectSerializer

public EObjectSerializer()
Method Detail

write

public void write(ContentHandler pHandler,
                  Object pObject)
           throws SAXException

Throws:
SAXException


Copyright © 2015. All Rights Reserved.