public class VertexRefSetAdapter extends XmlAdapter<VertexRefSetAdapter.VertexRefSet,Set<VertexRef>>
| Modifier and Type | Class and Description |
|---|---|
static class |
VertexRefSetAdapter.VertexRefEntry |
static class |
VertexRefSetAdapter.VertexRefSet |
| Constructor and Description |
|---|
VertexRefSetAdapter() |
| Modifier and Type | Method and Description |
|---|---|
VertexRefSetAdapter.VertexRefSet |
marshal(Set<VertexRef> v) |
Set<VertexRef> |
unmarshal(VertexRefSetAdapter.VertexRefSet v) |
public VertexRefSetAdapter.VertexRefSet marshal(Set<VertexRef> v) throws Exception
marshal in class XmlAdapter<VertexRefSetAdapter.VertexRefSet,Set<VertexRef>>Exceptionpublic Set<VertexRef> unmarshal(VertexRefSetAdapter.VertexRefSet v) throws Exception
unmarshal in class XmlAdapter<VertexRefSetAdapter.VertexRefSet,Set<VertexRef>>ExceptionCopyright © 2015. All rights reserved.