DeserializeListWithElements<T, TSerializer>
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DeserializeListWithElements<T, TSerializer>
where TSerializer : ITypeSerializer
Methods
ParseGenericList(String, Type, ParseStringDelegate)
View Source
Declaration
public static ICollection<T> ParseGenericList(string value, Type createListType, ParseStringDelegate parseFn)
Returns
System.Collections.Generic.ICollection<<T>>
Parameters
Type | Name |
---|---|
System.String | value |
System.Type | createListType |
ServiceStack.Text.Common.ParseStringDelegate | parseFn |
ParseGenericList(ReadOnlySpan<Char>, Type, ParseStringSpanDelegate)
View Source
Declaration
public static ICollection<T> ParseGenericList(ReadOnlySpan<char> value, Type createListType, ParseStringSpanDelegate parseFn)
Returns
System.Collections.Generic.ICollection<<T>>
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
System.Type | createListType |
ServiceStack.Text.Common.ParseStringSpanDelegate | parseFn |