ZioJsonPayloadConverter

zio.temporal.json.ZioJsonPayloadConverter
See theZioJsonPayloadConverter companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

final val EncodingName: String

The encoding name written into payload metadata. Distinct from Temporal's built-in json/plain (Jackson) and json/protobuf.

The encoding name written into payload metadata. Distinct from Temporal's built-in json/plain (Jackson) and json/protobuf.

Attributes

final val JsonPlainEncodingName: String

The Temporal compatibility encoding name. Payloads recorded under the older Jackson-based DefaultDataConverter carry this encoding; we claim it on decode so those histories replay cleanly.

The Temporal compatibility encoding name. Payloads recorded under the older Jackson-based DefaultDataConverter carry this encoding; we claim it on decode so those histories replay cleanly.

Attributes