FormatterAssemblyStyle
Indicates the method that will be used during deserialization for locating and loading assemblies.
            
                namespace System.Runtime.Serialization.Formatters
{
    [Obsolete("FormatterAssemblyStyle is obsolete. Use TypeNameAssemblyFormatHandling instead.")]
    public enum FormatterAssemblyStyle
    {
        Simple,
        Full
    }
}