T
public abstract class ResultDataJsonAdapter<T> extends XmlAdapter<Result<String>,Result<T>>
protected Class<T>
type
protected
ResultDataJsonAdapter()
Result<String>
marshal(Result<T> v)
Result<T>
unmarshal(Result<String> v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Class<T> type
protected ResultDataJsonAdapter()
public Result<T> unmarshal(Result<String> v)
unmarshal
XmlAdapter<Result<String>,Result<T>>
public Result<String> marshal(Result<T> v)
marshal
Copyright © 2023. All rights reserved.