Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 328 Bytes

This repository is containing an example to demonstrate the following unexpected behavior of Orleans serializer. We cannot use to serialize properly private fields of classes defined in an assembly that only reference Microsoft.Orleans.Serialization.Abstractions NuGet package. Making the fields protected solve the problem.