Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9d847bd

Browse files
committed
hopefully only one left
1 parent 6c4002c commit 9d847bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/Common/DeserializeListWithElements.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static List<int> ParseIntList(string value)
110110
}
111111
}
112112

113-
internal static class DeserializeListWithElements<T, TSerializer>
113+
public static class DeserializeListWithElements<T, TSerializer>
114114
where TSerializer : ITypeSerializer
115115
{
116116
private static readonly ITypeSerializer Serializer = JsWriter.GetTypeSerializer<TSerializer>();

0 commit comments

Comments
 (0)