As a developer I would like to explicitly control serialization of some or all of my properties.
This can be used to expand the structure of an event that is passed as a value through ETW. A value can be encoded/serialized in to an event source event as a string or int where the structure remains opaque to the ETW infrastructure but is de-serialized in the sink for persisting to Elasticsearch.
As a developer I would like to explicitly control serialization of some or all of my properties.
This can be used to expand the structure of an event that is passed as a value through ETW. A value can be encoded/serialized in to an event source event as a string or int where the structure remains opaque to the ETW infrastructure but is de-serialized in the sink for persisting to Elasticsearch.