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

In This Topic
    ICachedPacket Interface
    In This Topic
    Implemented on invariant packets that can be cached
    Syntax
    'Declaration
     
    
    Public Interface ICachedPacket 
       Inherits IPacket 
    public interface ICachedPacket : IPacket  
    Remarks
    This interface extends IPacket to handle packets that are referenced by multiple packets and should only be serialized once.
    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