Skip to content

Sam-Serpoosh/entity_xml_serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Entity Xml Serializer

This is a simple serializer which serializes entity to an xml format. It can be useful for storing entities along with their attributes and their values in an xml format as text (which needs less amount of space when that is an issue)!

This formatted entity can also be encrypted after and transferred via network in distributed software so different componenets of the software can communicate with each other this way when they need to!

Of course some other usage can come out of this! But the point of this sample code was a fun TDD exercise and a little bit of Ruby meta-programming!

About

simple entity serializer to XML format!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages