Package org.umlg.runtime.restlet
Class UmlgRestletToJsonUtil
- java.lang.Object
-
- org.umlg.runtime.restlet.UmlgRestletToJsonUtil
-
public class UmlgRestletToJsonUtil extends Object
Date: 2013/04/28 Time: 6:57 PM
-
-
Constructor Summary
Constructors Constructor Description UmlgRestletToJsonUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoJson(Collection<? extends org.umlg.runtime.domain.PersistentObject> entities)static StringtoJson(Collection<? extends org.umlg.runtime.domain.PersistentObject> entities, boolean deep)
-
-
-
Method Detail
-
toJson
public static String toJson(Collection<? extends org.umlg.runtime.domain.PersistentObject> entities)
-
toJson
public static String toJson(Collection<? extends org.umlg.runtime.domain.PersistentObject> entities, boolean deep)
-
-