DeserializeListWithElements<TSerializer>
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DeserializeListWithElements<TSerializer>
where TSerializer : ITypeSerializer
Methods
GetListTypeParseFn(Type, Type, ParseStringDelegate)
View Source
Declaration
public static Func<string, Type, ParseStringDelegate, object> GetListTypeParseFn(Type createListType, Type elementType, ParseStringDelegate parseFn)
Returns
System.Func<System.String,System.Type,ServiceStack.Text.Common.ParseStringDelegate,System.Object>
Parameters
Type | Name |
---|---|
System.Type | createListType |
System.Type | elementType |
ServiceStack.Text.Common.ParseStringDelegate | parseFn |
GetListTypeParseStringSpanFn(Type, Type, ParseStringSpanDelegate)
View Source
Declaration
public static DeserializeListWithElements<TSerializer>.ParseListDelegate GetListTypeParseStringSpanFn(Type createListType, Type elementType, ParseStringSpanDelegate parseFn)
Returns
ServiceStack.Text.Common.DeserializeListWithElements<TSerializer>.ParseListDelegate
Parameters
Type | Name |
---|---|
System.Type | createListType |
System.Type | elementType |
ServiceStack.Text.Common.ParseStringSpanDelegate | parseFn |
StripList(ReadOnlySpan<Char>)
View Source
Declaration
public static ReadOnlySpan<char> StripList(ReadOnlySpan<char> value)
Returns
ReadOnlySpan<System.Char>
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
ParseStringList(String)
View Source
Declaration
public static List<string> ParseStringList(string value)
Returns
System.Collections.Generic.List<System.String>
Parameters
Type | Name |
---|---|
System.String | value |
ParseStringList(ReadOnlySpan<Char>)
View Source
Declaration
public static List<string> ParseStringList(ReadOnlySpan<char> value)
Returns
System.Collections.Generic.List<System.String>
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
ParseIntList(String)
View Source
Declaration
public static List<int> ParseIntList(string value)
Returns
System.Collections.Generic.List<System.Int32>
Parameters
Type | Name |
---|---|
System.String | value |
ParseIntList(ReadOnlySpan<Char>)
View Source
Declaration
public static List<int> ParseIntList(ReadOnlySpan<char> value)
Returns
System.Collections.Generic.List<System.Int32>
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |
ParseByteList(String)
View Source
Declaration
public static List<byte> ParseByteList(string value)
Returns
System.Collections.Generic.List<System.Byte>
Parameters
Type | Name |
---|---|
System.String | value |
ParseByteList(ReadOnlySpan<Char>)
View Source
Declaration
public static List<byte> ParseByteList(ReadOnlySpan<char> value)
Returns
System.Collections.Generic.List<System.Byte>
Parameters
Type | Name |
---|---|
ReadOnlySpan<System.Char> | value |