You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ serializer.Pack(stream, obj)
31
31
DimunpackedObject=serializer.Unpack(stream)
32
32
```
33
33
34
+
**For production environment, you should instantiate own `SerializationCOntext` and manage its lifetime. It is good idea to treat it as singleton because `SerializationContext` is thread-safe.**
35
+
34
36
## Features
35
37
36
38
* Fast and interoperable binary format serialization with simple API.
0 commit comments