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>>
Exception
public Set<VertexRef> unmarshal(VertexRefSetAdapter.VertexRefSet v) throws Exception
unmarshal
in class XmlAdapter<VertexRefSetAdapter.VertexRefSet,Set<VertexRef>>
Exception
Copyright © 2017. All rights reserved.