Commit Graph

9 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire d8b59673c3 Deserializer
- Added boolean support
2023-06-23 09:06:35 +02:00
Tristan B. Velloza Kildaire 6f64b2c19d Unit tests
- Added array deserialization test
2023-06-23 08:59:15 +02:00
Tristan B. Velloza Kildaire 72ba0cd7b5 Deserializer
- Added array deserialization support for integral types
2023-06-23 08:58:33 +02:00
Tristan B. Velloza Kildaire 838ecb2a08 Serializer
- Cleaned up
- Added documentation

Deserializer

- Fixed documentation
2023-06-23 08:38:15 +02:00
Tristan B. Velloza Kildaire 40118feffb Deserializer
- Removed unrequired mixins as these compiler tuples are not string-elemented but symbolic
- Disabled the broken array code
2023-06-23 08:35:21 +02:00
Tristan B. Velloza Kildaire 023e7b7e8d Serializer
- There was no need to mix these in as they are symbols already, it would have made sense if they were strings
- Added support for array detection

Unit tests

- Added serialization check for the serialized array
2023-06-23 08:27:39 +02:00
Ash abf8f59cc7
Update exceptions.d
Correct spelling for Serialization error
2023-01-28 16:48:10 -05:00
Tristan B. Velloza Kildaire 940b449b7f - Added missing `exceptions` module include to package.d 2023-01-09 11:15:43 +02:00
Tristan B. Velloza Kildaire d2095c61ef - Fixed packaging error 2023-01-09 11:12:40 +02:00