Interface IDataReader
Inherited Members
Namespace: SociallyDistant.Core.Core.Serialization
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IDataReader : IDisposable
Methods
ReadDateTime()
Declaration
DateTime ReadDateTime()
Returns
| Type | Description |
|---|---|
| DateTime |
Read_bool()
Declaration
bool Read_bool()
Returns
| Type | Description |
|---|---|
| bool |
Read_byte()
Declaration
byte Read_byte()
Returns
| Type | Description |
|---|---|
| byte |
Read_char()
Declaration
char Read_char()
Returns
| Type | Description |
|---|---|
| char |
Read_decimal()
Declaration
decimal Read_decimal()
Returns
| Type | Description |
|---|---|
| decimal |
Read_double()
Declaration
double Read_double()
Returns
| Type | Description |
|---|---|
| double |
Read_float()
Declaration
float Read_float()
Returns
| Type | Description |
|---|---|
| float |
Read_int()
Declaration
int Read_int()
Returns
| Type | Description |
|---|---|
| int |
Read_long()
Declaration
long Read_long()
Returns
| Type | Description |
|---|---|
| long |
Read_sbyte()
Declaration
sbyte Read_sbyte()
Returns
| Type | Description |
|---|---|
| sbyte |
Read_short()
Declaration
short Read_short()
Returns
| Type | Description |
|---|---|
| short |
Read_string()
Declaration
string Read_string()
Returns
| Type | Description |
|---|---|
| string |
Read_uint()
Declaration
uint Read_uint()
Returns
| Type | Description |
|---|---|
| uint |
Read_ulong()
Declaration
ulong Read_ulong()
Returns
| Type | Description |
|---|---|
| ulong |
Read_ushort()
Declaration
ushort Read_ushort()
Returns
| Type | Description |
|---|---|
| ushort |