Skip to content

SerializationInfoEx ​

Provides extension methods for System.Runtime.Serialization.SerializationInfo instances.

Kind: Static class

Namespace: CrowdControl.Common

Public Static Functions

bool

TryGetValue<T>(SerializationInfo info, string name, Type type, T out value)

Attempts to retrieve and cast a serialized value with the specified name.