adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ICustomObjectFactory Interface / Deserialize Method
The serialized data.
The version of the object at the time of serialization.

In This Topic
    Deserialize Method (ICustomObjectFactory)
    In This Topic
    Deserializes the object from data produced by Serialize.
    Syntax
    'Declaration
     
    
    Function Deserialize( _
       ByVal extensionID As String, _
       ByVal source As String, _
       ByVal version As Integer _
    ) As ICustomObjectSettings

    Parameters

    extensionID
    source
    The serialized data.
    version
    The version of the object at the time of serialization.
    See Also