| IWriteHandler Interface |
[This is preliminary documentation and is subject to change.]
Namespace: NForza.Transit
public interface IWriteHandler
The IWriteHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| GetVerboseHandler |
Gets an alternative handler which provides more readable representations for use in
verbose mode; can return null.
| |
| Representation |
Gets the representation to use for the object, either an instance of transit ground type,
or object for which there is a Handler (including an instance of ITaggedValue).
| |
| StringRepresentation |
Gets the string representation to use for the object; can return null.
| |
| Tag |
The tag to use for the object.
|