Package deltix.qsrv.hf.tickdb.schema.xml
Class LongToLongMapAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<LongToLongMapAdapter.LongMapList,deltix.util.collections.generated.LongToLongHashMap>
-
- deltix.qsrv.hf.tickdb.schema.xml.LongToLongMapAdapter
-
public class LongToLongMapAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<LongToLongMapAdapter.LongMapList,deltix.util.collections.generated.LongToLongHashMap>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LongToLongMapAdapter.LongEntry
static class
LongToLongMapAdapter.LongMapList
-
Constructor Summary
Constructors Constructor Description LongToLongMapAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongToLongMapAdapter.LongMapList
marshal(deltix.util.collections.generated.LongToLongHashMap v)
deltix.util.collections.generated.LongToLongHashMap
unmarshal(LongToLongMapAdapter.LongMapList v)
-
-
-
Method Detail
-
unmarshal
public deltix.util.collections.generated.LongToLongHashMap unmarshal(LongToLongMapAdapter.LongMapList v) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<LongToLongMapAdapter.LongMapList,deltix.util.collections.generated.LongToLongHashMap>
- Throws:
java.lang.Exception
-
marshal
public LongToLongMapAdapter.LongMapList marshal(deltix.util.collections.generated.LongToLongHashMap v)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<LongToLongMapAdapter.LongMapList,deltix.util.collections.generated.LongToLongHashMap>
-
-