* Use byte[] for customer data and serialized data.
Fixes for actor demo.
* Simplifying ObjectSerializer + handling CloudEvent properly.
* Split DaprClient into 3 parts to hide actor APIs.
* Remove Actor "dummy" interface.
* Supports custom serializer.
* Change seriaizer to receive Object directly.
* Handling custom serialization in State APIs + enhancements to the state APIs.
* Addressing small comment on Mono chain in ActorManager.
* Make serializer mandatory, throwing exception when null.
* Fix binding and add samples
* Fix sample command line
* update comment for name change
* lowercase d matches runtime, though it looks like it is case insensitive
* ActorManager
* More work done.
* Adding example for actor runtime service.
* Implements ActorStateManager + fixes + javadocs.
* Fix OrderManager example in order to process http 201
Change the implement the calls to DAPR using the class AbstractDaprClient because before the change the class always return Mono.Empty
Implementation of the ActorAsyncProxy
Change the name of the Actor Dapr Http Async Client
* Update code with the changes proposed by Artur in the code review
* Changes to support ActorProxy + Fixes.
Co-authored-by: Juan Jose Herrera <35985447+JuanJose-Herrera@users.noreply.github.com>