Matthias Fulz 5d63c6d16a Added error type.
Error handling with sub types
2021-08-21 22:29:18 +02:00
2019-10-04 12:28:45 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2020-08-26 12:50:59 +02:00
2019-10-04 12:28:45 +02:00
2021-08-21 22:29:18 +02:00
2019-10-04 12:28:45 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00
2021-08-21 22:29:18 +02:00

ssob

Stupid simple object binary gob like serializer intended to be easy to port and fast

Description
golang serializing interface. User interface is done in the same way like gob. The serialization is a simple binary format (bigendian) to be used easy and portable for rpc.
Readme 103 KiB
Languages
Go 100%