Skip to content

Data Serializer and Deserializer for JSON, BSON, INI, CSV(also TSV) for .NET

License

Notifications You must be signed in to change notification settings

daramkun/Blockar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockar

Simple Data Serializer & Deserializer for .NET

Support Data Format

  • JSON
  • BSON
  • INI
  • CSV
  • YAML

Support Platforms

  • .NET Framework 3.5 for Support Legacy Unity Engine(~2017.x)
  • .NET Framework 4.5 for Windows Store Apps 8.x and Some Cross-platform libraries
  • .NET Framework 4.6 for Vector types conversion support
  • .NETstandard 2.0 for Cross-platform support
  • .NET 5 for Cross-platform support

Planned

  • Custom Serialization and Deserialization field rule
  • Performance Optimization
  • Support YAML, CSON, ... formats