Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / FieldWriter Class
Properties Methods


In This Topic
    FieldWriter Class Members
    In This Topic

    The following tables list the members exposed by FieldWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the length of the stream.  
    Public PropertyReturns the current position within the stream.  
    Public PropertyReturns the cache of unique string values that have been written  
    Top
    Public Methods
     NameDescription
    Public MethodEnsure that all pending state changes are committed.  
    Public MethodRollback any pending state changes that have not been committed  
    Public MethodThis is a helper method for unit testing. It only works for the case the underlying stream is a MemoryStream.  
    Public MethodOverloaded. Write an object to the stream as its serializable type  
    Public Methodstatic (Shared in Visual Basic)Efficiently encodes a packet length as a variable length byte array using 7-bit encoding  
    Public MethodOverloaded. Stores a DateTime value to the stream  
    Top
    See Also