The Serializer component handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
andrewmy/serializer
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.
PHPMIT