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

Commit 3625f01

Browse files
committed
Annotate CustomType with [RuntimeSerializable]
1 parent 576bd3e commit 3625f01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ServiceStack.Redis.Tests/Support/CustomType.cs

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
using ServiceStack.Text;
2+
13
namespace ServiceStack.Redis.Tests.Support
24
{
5+
[RuntimeSerializable]
36
public class CustomType
47
{
58
public long CustomId { get; set; }

0 commit comments

Comments
 (0)