Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / EntitySurrogate Class / BeforeDeserialize Method
The serialization context

In This Topic
    BeforeDeserialize Method (EntitySurrogate)
    In This Topic
    Called before the object deserialization.
    Syntax
    'Declaration
     
    Protected Overrides Sub BeforeDeserialize( _
       ByVal serializationContext As SerializationContext _
    ) 
    protected override void BeforeDeserialize( 
       SerializationContext serializationContext
    )

    Parameters

    serializationContext
    The serialization context
    Exceptions
    ExceptionDescription
    Thrown when the serialization context is not a valid FileSerializer object.
    Remarks
    The override of this method must always call the base at the beginning.
    See Also