public class VertexRefPointMapAdapter extends XmlAdapter<VertexRefPointMapAdapter.VertexRefPointMap,Map<VertexRef,Point>>
Modifier and Type | Class and Description |
---|---|
static class |
VertexRefPointMapAdapter.PointValue |
static class |
VertexRefPointMapAdapter.VertexRefKey |
static class |
VertexRefPointMapAdapter.VertexRefPointEntry |
static class |
VertexRefPointMapAdapter.VertexRefPointMap |
Constructor and Description |
---|
VertexRefPointMapAdapter() |
Modifier and Type | Method and Description |
---|---|
VertexRefPointMapAdapter.VertexRefPointMap |
marshal(Map<VertexRef,Point> v) |
Map<VertexRef,Point> |
unmarshal(VertexRefPointMapAdapter.VertexRefPointMap v) |
public VertexRefPointMapAdapter.VertexRefPointMap marshal(Map<VertexRef,Point> v) throws Exception
marshal
in class XmlAdapter<VertexRefPointMapAdapter.VertexRefPointMap,Map<VertexRef,Point>>
Exception
public Map<VertexRef,Point> unmarshal(VertexRefPointMapAdapter.VertexRefPointMap v) throws Exception
unmarshal
in class XmlAdapter<VertexRefPointMapAdapter.VertexRefPointMap,Map<VertexRef,Point>>
Exception
Copyright © 2021. All rights reserved.