Click or drag to resize

TypeRepresentationMapper Interface

For Avro schemas for mapping a given type to a given Avro schema.

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface TypeRepresentationMapper

The TypeRepresentationMapper type exposes the following members.

Methods
  NameDescription
Public methodMap
Return Avro schema for type information provided.
Top
See Also