public class CoreParser
extends java.lang.Object
| Constructor | Description |
|---|---|
CoreParser(GsonProvider gsonProvider,
ModuleGroupDeserializer deserializer) |
| Modifier and Type | Method | Description |
|---|---|---|
ch.hsr.adv.commons.core.logic.domain.Session |
parse(java.lang.String json) |
Parses the session up to the module group which is handled
module-specifically.
|
@Inject public CoreParser(GsonProvider gsonProvider, ModuleGroupDeserializer deserializer)
public ch.hsr.adv.commons.core.logic.domain.Session parse(java.lang.String json)
throws ADVParseException
json - session jsonADVParseException - if no session id is set