public class KScopedAccounting extends Object
| Constructor and Description |
|---|
KScopedAccounting() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<GCUBEScope,ScopedAccounting> |
load(org.kxml2.io.KXmlParser parser)
Deserializes a ScopedAccounting map
|
static void |
store(ScopedAccounting component,
org.kxml2.io.KXmlSerializer serializer)
Serializes the ScopedAccounting component
|
public static HashMap<GCUBEScope,ScopedAccounting> load(org.kxml2.io.KXmlParser parser) throws Exception
parser - the parserException - if the parsing failspublic static void store(ScopedAccounting component, org.kxml2.io.KXmlSerializer serializer) throws Exception
component - the ScopedAccounting component to serializeserializer - the serializerException - if the serialization failsCopyright © 2015. All Rights Reserved.