Skip to content

argo-php/xml-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argo-php/xml-encoder

Extension for argo-php/serializer for encoding and decoding XML

Usage:

$serializer = new \Argo\Serializer\Serializer\Serializer(
    $normalizers, 
    [new \Argo\Serializer\XmlEncoder\XmlEncoder()]
);
$jsonContent = $serializer->serialize(['hello'], 'xml');

About

Extension for serializer for encoding and decoding XML

Resources

License

Stars

Watchers

Forks

Languages