Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / ProtoObjectSurrogate Class
Members

In This Topic
    ProtoObjectSurrogate Class
    In This Topic
    Defines the ProtoObject surrogate.
    Syntax
    'Declaration
     
    Public NotInheritable Class ProtoObjectSurrogate 
       Inherits devDept.Serialization.Surrogate(Of ProtoObject)
    public sealed class ProtoObjectSurrogate : devDept.Serialization.Surrogate<ProtoObject> 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.ProtoObjectSurrogate

    See Also