[This is preliminary documentation and is subject to change.]
The StreamerFormat TReader, TWriter type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | StreamerFormat TReader, TWriter | Initializes a new instance of the StreamerFormat TReader, TWriter class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | GetReadActionForRefType |
Returns a function that reads the specified ref type and returns it as object
|
![]() | GetReadActionForType |
Returns a function that reads the specified value type and returns it as object
|
![]() | GetReadingStreamer |
Makes new reader instance
(Overrides StreamerFormat GetReadingStreamer(Encoding).) |
![]() | GetReadMethodForRefType |
Returns a method info for reading a certain reference type for this format or null if this type is not directly supported.
Use IsRefTypeSupported(type) to see if the ref type is native to this format.
(Overrides StreamerFormat GetReadMethodForRefType(Type).) |
![]() | GetReadMethodForType |
Returns a method info for reading a certain value type for this format or null if this type is not directly supported.
Use IsTypeSupported(type) to see if the type is native to this format.
(Overrides StreamerFormat GetReadMethodForType(Type).) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetWriteActionForRefType |
Returns an action that writes the value of the specified ref type
|
![]() | GetWriteActionForType |
Returns an action that writes the value of the specified value type
|
![]() | GetWriteMethodForRefType |
Returns a method info for writing a certain ref type for this format.
Use IsRefTypeSupported(type) to see if the type is native to this format.
(Overrides StreamerFormat GetWriteMethodForRefType(Type).) |
![]() | GetWriteMethodForType |
Returns a method info for writing a certain value type for this format.
Use IsTypeSupported(type) to see if the type is native to this format.
(Overrides StreamerFormat GetWriteMethodForType(Type).) |
![]() | GetWritingStreamer |
Makes new writer instance
(Overrides StreamerFormat GetWritingStreamer(Encoding).) |
![]() | IsRefTypeSupported |
Returns true when the supplied reference type is natively supported by format, that is - when this format
can directly write instances of this type without reflection/complex graph walk.
(Overrides StreamerFormat IsRefTypeSupported(Type).) |
![]() | IsTypeSupported |
Returns true when the supplied value type is natively supported by format, that is - when this format
can directly write instances of this type without reflection/complex graph walk.
(Overrides StreamerFormat IsTypeSupported(Type).) |
![]() | MakeReadingStreamer |
Makes new reader instance
|
![]() | MakeWritingStreamer |
Makes new writer instance
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | ReaderType | (Inherited from StreamerFormat.) |
![]() | WriterType | (Inherited from StreamerFormat.) |
See Also