Click or drag to resize
IWriteHandler Interface

[This is preliminary documentation and is subject to change.]

Converts an instance of an type to a transit representation.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface IWriteHandler

The IWriteHandler type exposes the following members.

Methods
  NameDescription
Public methodGetVerboseHandler
Gets an alternative handler which provides more readable representations for use in verbose mode; can return null.
Public methodRepresentation
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).
Public methodStringRepresentation
Gets the string representation to use for the object; can return null.
Public methodTag
The tag to use for the object.
Top
See Also