Commit Graph

22 Commits

Author SHA1 Message Date
Matthias Fulz 35eae62602 Added Interface handling 2021-10-21 11:46:02 +02:00
Matthias Fulz 826c46f88b Bugfix for pointer 2021-09-08 13:27:39 +02:00
Matthias Fulz 9c17eb866b Bugfix unmarshalling struct
improvement of Decode
2021-09-07 21:35:35 +02:00
Matthias Fulz c228d3fcce Cleanup 2021-09-07 16:05:04 +02:00
Matthias Fulz a8d0eabd84 Unmarshalling implemented 2021-09-06 23:33:50 +02:00
Matthias Fulz 0603ba907c Serializing rewrite 2021-09-02 00:08:59 +02:00
Matthias Fulz 5d63c6d16a Added error type.
Error handling with sub types
2021-08-21 22:29:18 +02:00
Matthias Fulz 2318ba02ff Fixed float handling 2020-05-24 19:05:04 +02:00
Matthias Fulz 00bcc6c5d2 Fixed interface usage 2020-03-25 10:08:25 +01:00
Matthias Fulz ede43deb48 Nil handling added 2020-02-23 03:23:17 +01:00
Matthias Fulz 0d6b55960b Fixed incompatible type error handling 2020-02-14 13:57:44 +01:00
Matthias Fulz 26d353867b Added allocation for pointers 2019-12-17 00:42:05 +01:00
Matthias Fulz 0f098d731c Fix: Handling of exported struct fields 2019-11-03 21:30:50 +01:00
Matthias Fulz e822dd173a Added type conversation for unsafe 2019-10-22 15:14:26 +02:00
Matthias Fulz d4b442c25d Bugfix for unmarshalling pointers 2019-10-22 14:36:28 +02:00
Matthias Fulz f4c84c435f Added possibility to use typecasting values (a.e.: type XY int64) 2019-10-22 13:44:08 +02:00
Matthias Fulz c6fd661827 Bugfix: Len error for uint16 2019-10-22 11:15:20 +02:00
Matthias Fulz 45dbd7cbca Added boolean and arrays 2019-10-05 22:12:53 +02:00
Matthias Fulz cfee5a1a4c Added map type. Added unsafe decoder 2019-10-05 13:40:18 +02:00
Matthias Fulz b398aec2ed Added more types. Implemented unsafe marshalling for faster
serialization
2019-10-05 01:42:09 +02:00
Matthias Fulz 17f127cdb6 Added possibility to use custom encoder / decoder 2019-10-04 17:58:17 +02:00
Matthias Fulz 39ca0f2303 Initial implementation 2019-10-04 12:28:45 +02:00