Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / GenericPacket Class
Members

In This Topic
    GenericPacket Class
    In This Topic
    This is the class returned by PacketReader when an unknown packet type is read from the input stream.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class GenericPacket 
       Implements IPacket 
    public sealed class GenericPacket : IPacket  
    Remarks
    This class is designed to allow the underlying data to be serialized back out just as it was read. This handles the use case of an old
    Inheritance Hierarchy

    System.Object
       Gibraltar.Serialization.GenericPacket

    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