T - public static class FormEncodeDataBinding.CollectionSerializer<T> extends Object implements WwwFormUrlEncodedCodec.Serializer<Collection<T>>
| Constructor and Description |
|---|
CollectionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
formatToDelimitedString(Collection<T> scopes) |
String |
serialize(Collection<T> value) |
public String serialize(Collection<T> value)
serialize in interface WwwFormUrlEncodedCodec.Serializer<Collection<T>>public static <T> String formatToDelimitedString(Collection<T> scopes)
Copyright © 2017. All rights reserved.