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
Hi! Firstly, great job on this NuGet :)
I'm serializing a Expression<Func<MyClass, bool>> type and my question is about deserialization:
Is there a way to determine the _known_types list? Or another way to make sure deserialization will only allow the types I am using?
For example, in .Nets BinaryFormatter you have SerializationBinder to control the types used during deserialization, which is helpful in preventing unwanted code execution.
The text was updated successfully, but these errors were encountered:
Hi! Firstly, great job on this NuGet :)
I'm serializing a Expression<Func<MyClass, bool>> type and my question is about deserialization:
Is there a way to determine the _known_types list? Or another way to make sure deserialization will only allow the types I am using?
For example, in .Nets BinaryFormatter you have SerializationBinder to control the types used during deserialization, which is helpful in preventing unwanted code execution.
The text was updated successfully, but these errors were encountered: