dapr / php-sdk

Dapr SDK for PHP
Apache License 2.0
72 stars 15 forks source link

(De)Serializer should be fully pluggable #67

Closed withinboredom closed 3 years ago

withinboredom commented 3 years ago

Currently, the developer may replace the serializer/deserializer with their own implementation, however, this is the same serializer and deserializer that the SDK uses for communicating with the sidecar. This is a simple configuration change to fix and not a breaking change.