Gemstone.IO.Parsing Namespace
Contains classes used to simplify, standardize and automate any kind of IO based parsing operation.
| IBinaryImageParser |
This interface represents the protocol independent representation of a streaming data parser.
|
| ISupportBinaryImage |
Specifies that an object can support production or consumption of a binary image that represents the object.
|
| ISupportBinaryImageSpan |
Span-optimized binary image production/consumption with buffered I/O helpers.
Optional companion to ISupportBinaryImage; most callers only need to
implement the two span methods. Everything else has sensible defaults.
|