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

Commit 0f77da2

Browse files
committed
Update JsConfig.cs
1 parent 106f2a2 commit 0f77da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/JsConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static JsConfig()
2424
JsConfig<PropertyInfo>.SerializeFn = x => x.ToString();
2525
JsConfig<FieldInfo>.SerializeFn = x => x.ToString();
2626
JsConfig<MemberInfo>.SerializeFn = x => x.ToString();
27+
JsConfig<ParameterInfo>.SerializeFn = x => x.ToString();
2728

2829
Reset();
2930
LicenseUtils.Init();

0 commit comments

Comments
 (0)