Class QDLCLITools
- java.lang.Object
-
- org.qdl_lang.extensions.inputLine.QDLCLITools
-
- All Implemented Interfaces:
Serializable,QDLMetaModule
public class QDLCLITools extends Object implements QDLMetaModule
Created by Jeff Gaynor
on 2/28/23 at 7:53 AM- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classQDLCLITools.ToStem
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SWITCH_MARKERstatic StringTO_STEM_NAME
-
Constructor Summary
Constructors Constructor Description QDLCLITools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserializeFromJSON(net.sf.json.JSONObject json)net.sf.json.JSONObjectserializeToJSON()Send back a serialization of internal state for this object.
-
-
-
Method Detail
-
serializeToJSON
public net.sf.json.JSONObject serializeToJSON()
Description copied from interface:QDLMetaModuleSend back a serialization of internal 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.- Specified by:
serializeToJSONin interfaceQDLMetaModule- Returns:
-
deserializeFromJSON
public void deserializeFromJSON(net.sf.json.JSONObject json)
- Specified by:
deserializeFromJSONin interfaceQDLMetaModule
-
-