Interface IReader
Namespace: Microsoft.ML.Probabilistic.Serialization
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface IReaderMethods
ReadBoolean()
Declaration
bool ReadBoolean()Returns
| Type | Description | 
|---|---|
| Boolean | 
ReadDouble()
Declaration
double ReadDouble()Returns
| Type | Description | 
|---|---|
| Double | 
ReadGuid()
Declaration
Guid ReadGuid()Returns
| Type | Description | 
|---|---|
| Guid | 
ReadInt32()
Declaration
int ReadInt32()Returns
| Type | Description | 
|---|---|
| Int32 | 
ReadObject<T>()
Declaration
T ReadObject<T>()Returns
| Type | Description | 
|---|---|
| T | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
ReadString()
Declaration
string ReadString()Returns
| Type | Description | 
|---|---|
| String |