se.cambio.cds.gdl.parser
Class DADLSerializer

Package class diagram package DADLSerializer
java.lang.Object
  extended by se.cambio.cds.gdl.parser.DADLSerializer

public class DADLSerializer
extends Object


Constructor Summary
DADLSerializer()
           
 
Method Summary
 List<String> toDADL(Object obj)
          Serialize an object into DADL format using reflection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DADLSerializer

public DADLSerializer()
Method Detail

toDADL

public List<String> toDADL(Object obj)
                    throws Exception
Serialize an object into DADL format using reflection

Parameters:
obj -
Returns:
List of serialized strings
Throws:
Exception


Copyright © 2013 Cambio. All Rights Reserved.