Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / IPacket Interface
Members

In This Topic
    IPacket Interface
    In This Topic
    This is the key interface objects implement to be serializable by Gibraltar.
    Syntax
    'Declaration
     
    
    Public Interface IPacket 
    public interface IPacket 
    Remarks
    To properly implement IPacket the class should also provide a default constructor. This is needed to be compatible with the SimplePacketFactory implementation of IPacketFactory.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also