diff --git a/README.md b/README.md
index 4b8afa335..3617e61b4 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The base QDL jar is in Maven and should be referenced as
Crypto
, HTTPClient
, QDLDB
Crypto
, HTTPClient
, QDLConvert
, QDLDB
public interface QDLModuleMetaClass @@ -139,6 +145,84 @@Interface QDLModuleMetaCl +
+++
+- + +
++ ++
+- + + +
+Method Summary
++
+All Methods Instance Methods Abstract Methods ++ +Modifier and Type +Method +Description ++ ++ void
+ deserializeFromJSON(net.sf.json.JSONObject json)
+ + ++ net.sf.json.JSONObject
+ serializeToJSON()
+ +Send back a serialization of state for this object.++@@ -188,13 +272,13 @@+
+- + +
++ ++
+- + + +
+Method Detail
+ + + ++
+ + + +- +
+serializeToJSON
+net.sf.json.JSONObject serializeToJSON()+Send back a serialization of state for this object. This allows for the state + you choose to be serialized and then reloaded. ++NOTE
+ There is no canonical form for this. Set it how you will and deserialize it + accordingly.+
+- Returns:
++
+- +
+deserializeFromJSON
+void deserializeFromJSON(net.sf.json.JSONObject json)+Interface QDLModuleMetaCl