adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ICustomObjectDefinition Interface / Deserialize Method
Serialized representation previously created by ICustomObjectSettings.Serialize
The version of the object at the time of serialization


In This Topic
    Deserialize Method (ICustomObjectDefinition)
    In This Topic
    Deserialize an instance of the custom object from a string representation
    Syntax
    'Declaration
     
    
    Function Deserialize( _
       ByVal data As String, _
       ByVal version As Integer _
    ) As ICustomObjectSettings

    Parameters

    data
    Serialized representation previously created by ICustomObjectSettings.Serialize
    version
    The version of the object at the time of serialization
    See Also