Marshal XML is serializing / marshalling data structures to XML. It is also deserializing / unmarshalling XML back to the data structures.
-
Updated
Jan 11, 2019 - PHP
Marshal XML is serializing / marshalling data structures to XML. It is also deserializing / unmarshalling XML back to the data structures.
Marshal is serializing / marshalling data structures to the desired format. It is also deserializing / unmarshalling the format back to the data structures.
Marshal JSON is serializing / marshalling data structures to JSON. It is also deserializing / unmarshalling JSON back to the data structures.
Add a description, image, and links to the unmarshalling topic page so that developers can more easily learn about it.
To associate your repository with the unmarshalling topic, visit your repo's landing page and select "manage topics."