DefaultStringifyer, GraphStringifyerpublic interface Stringifyer
Abstraction Interface of the strategy pattern. Every Module can supply a
concrete strategy to be used. Otherwise the DefaultStringifyer
will 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
|