Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / IFieldReader Interface
Properties Methods

In This Topic
    IFieldReader Interface Members
    In This Topic

    The following tables list the members exposed by IFieldReader.

    Public Properties
     NameDescription
     PropertyReturns the cache of unique string values that have been written  
    Top
    Public Methods
     NameDescription
     MethodReturns a UInt64 value from the stream without repositioning the stream  
     MethodReturns a bool value from the stream.  
     MethodReturns an array of bool values from the stream.  
     MethodReturns a DateTime value from the stream.  
     MethodReturns an array of DateTime values from the stream.  
     MethodReturns a DateTimeOffset value from the stream.  
     MethodReturns an array of DateTimeOffset values from the stream.  
     MethodReturns a double value from the stream.  
     MethodReturns an array of double values from the stream.  
     MethodOverloaded. Returns a field value from the stream that was written as an object  
     MethodReturns an array of field values from the stream.  
     MethodReturns a Guid value from the stream.  
     MethodReturns an array of Guid values from the stream.  
     MethodReturns an Int32 value from the stream.  
     MethodReturns an array of Int32 values from the stream.  
     MethodReturns an Int64 value from the stream.  
     MethodReturns an array of Int64 values from the stream.  
     MethodRead a string from the stream. We optimize strings by maintaining a hash table of each unique string we have seen. Each string is sent with as an integer index into the table. When a new string is encountered, it's index is followed by the string value.  
     MethodRead an array of strings from the stream.  
     MethodReturns a TimeSpan value from the stream.  
     MethodReturns an array of TimeSpan values from the stream.  
     MethodReturns a UInt32 value from the stream.  
     MethodReturns an array of UInt32 values from the stream.  
     MethodReturns a UInt64 value from the stream.  
     MethodReturns an array of UInt64 values from the stream.  
    Top
    See Also