Public Member Functions | |
| TokenStream (TextReader reader) | |
| Create an instance of the token stream to read from the given reader. | |
| Token | PeekToken () |
| Peek at the next available token without consuming it. | |
| Token | ReadToken () |
| Reads the next available token and consumes it. | |
| bool | IsEmpty () |
| Checks to see if there are any more tokens to be read. | |
| JsonExSerializer.TokenStream.TokenStream | ( | TextReader | reader | ) |
Create an instance of the token stream to read from the given reader.
| reader |
| Token JsonExSerializer.TokenStream.PeekToken | ( | ) |
Peek at the next available token without consuming it.
| Token JsonExSerializer.TokenStream.ReadToken | ( | ) |
Reads the next available token and consumes it.
| bool JsonExSerializer.TokenStream.IsEmpty | ( | ) |
Checks to see if there are any more tokens to be read.
1.5.2