Nexus API Reference

DefaultEnvelopeSerializer
in package
implements EnvelopeSerializer

Read onlyYes
FinalYes
Tags
psalm-api

Default envelope serializer that wraps a MessageSerializer.

Serializes the envelope structure (sender, target, metadata) as JSON, delegating inner message serialization to the wrapped MessageSerializer.

Table of Contents

Interfaces

EnvelopeSerializer

Methods

__construct()  : mixed
deserialize()  : Envelope
Deserializes a string representation back into an Envelope.
serialize()  : string
Serializes an Envelope to a string representation.

Methods


        
On this page

Search results