You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library that provides a basic implementation of message serialization (object -> JSON -> object) for [service-bus](https://github.com/mmasiukevich/service-bus) framework
8
+
9
+
Currently implemented:
10
+
*[Symfony Serialazer](https://github.com/mmasiukevich/message-serializer/blob/master/src/Symfony/SymfonyMessageSerializer.php): Supports normalization/denormalization of public/private properties; DateTime objects; Empty objects with closed constructor. The description of property types is in the PHPDoc.
11
+
12
+
Usage example ([@see test case](https://github.com/mmasiukevich/message-serializer/blob/master/tests/Symfony/SymfonyMessageSerializerTest.php#L210):
0 commit comments