Class MCSynchronizedStatementsDeSer
- java.lang.Object
-
- de.monticore.statements.mcsynchronizedstatements._symboltable.MCSynchronizedStatementsDeSer
-
- All Implemented Interfaces:
de.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
public class MCSynchronizedStatementsDeSer extends java.lang.Object implements de.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
-
Constructor Summary
Constructors Constructor Description MCSynchronizedStatementsDeSer()
-
Method Summary
-
-
-
Method Detail
-
serialize
public java.lang.String serialize(IMCSynchronizedStatementsScope toSerialize, MCSynchronizedStatementsSymbols2Json s2j)
- Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
serialize
public java.lang.String serialize(IMCSynchronizedStatementsArtifactScope toSerialize, MCSynchronizedStatementsSymbols2Json s2j)
- Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCSynchronizedStatementsScope toSerialize, MCSynchronizedStatementsSymbols2Json s2j)
- Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCSynchronizedStatementsArtifactScope toSerialize, MCSynchronizedStatementsSymbols2Json s2j)
- Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
deserializeScope
public IMCSynchronizedStatementsScope deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson)
- Specified by:
deserializeScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
deserializeArtifactScope
public IMCSynchronizedStatementsArtifactScope deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson)
- Specified by:
deserializeArtifactScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
deserializeSymbols
protected void deserializeSymbols(IMCSynchronizedStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)
-
deserializeAddons
public void deserializeAddons(IMCSynchronizedStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)
- Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
deserializeAddons
public void deserializeAddons(IMCSynchronizedStatementsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)
- Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCSynchronizedStatementsScope,IMCSynchronizedStatementsArtifactScope,MCSynchronizedStatementsSymbols2Json>
-
-