public class UserSetAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<UserSet,Set<User>>
UserSetAdapter()
UserSet
marshal(Set<User> b)
Set<User>
unmarshal(UserSet v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserSetAdapter()
public UserSet marshal(Set<User> b) throws Exception
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<UserSet,Set<User>>
Exception
public Set<User> unmarshal(UserSet v) throws Exception
unmarshal