[This is preliminary documentation and is subject to change.]
The StreamerFormat type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | StreamerFormat | Initializes a new instance of the StreamerFormat 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 ![]() |
![]() | GetReadingStreamer |
Makes new reader instance
|
![]() | GetReadMethodForRefType |
Returns a method info for reading a certain ref type for this format or null if type is not supported
|
![]() | GetReadMethodForType |
Returns a method info for reading a certain value type for this format or null if type is not supported
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetWriteMethodForRefType |
Returns a method info for writing a certain ref type for this format or null if type is not supported
|
![]() | GetWriteMethodForType |
Returns a method info for writing a certain value type for this format or null if type is not supported
|
![]() | GetWritingStreamer |
Makes new writer instance
|
![]() | IsRefTypeSupported |
Returns true when the supplied ref type is natively supported by format
|
![]() | IsTypeSupported |
Returns true when the supplied type is natively supported by format
|
![]() | ![]() | 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 | |
![]() | WriterType |
See Also