Module Serialization
Provides classes to identify any .Net serializable type such as types
attributed with SerializableAttribute and types implementing the
ISerializable interface.
Import path
import semmle.code.csharp.serialization.SerializationImports
| csharp | The default C# QL library. |
Classes
| BinarySerializableType | To be serializable by the |
| CustomBinarySerializableType | If a class annotated with the |
| SerializableType | A serializable type, using any of the built-in .NET serialization mechanisms. |
| SerializationConstructor | A constructor with |