public interface UserDataResolver
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Dimension field,
Collection<?> items)
Marshal list of objects to text format
|
<T> List<T> |
unmarshal(Dimension field,
String text)
Convert text to list of objects
|
Copyright © 2005–2018 The OpenURP Software. All rights reserved.