DefaultStringifyer, GraphStringifyerpublic interface Stringifyer
Abstraction Interface of the strategy pattern. Every Module supplies a concrete strategy to be used.
| Modifier and Type | Method | Description |
|---|---|---|
com.google.gson.JsonElement |
stringify(ch.hsr.adv.commons.core.logic.domain.ModuleGroup moduleGroup) |
Serializes the given module group to JSON
|