Commit graph

16 commits

Author SHA1 Message Date
Marius Orcsik
79c0987785
Fix gob encoding the URL 2022-03-19 20:25:59 +01:00
mariusor
c61421fde8
Change type of Actor.Streams to be just an item collection 2022-01-28 12:47:59 +01:00
mariusor
8f025c2e36
Saving place.Units as byte array instead of trying any encoding 2022-01-26 15:24:39 +01:00
mariusor
7b062fcd1f
Simplified some of the gob encoding and decoding 2022-01-14 16:23:28 +01:00
Marius Orcsik
41f034c70c
Added exported GobEncode/GobDecode functions 2022-01-13 20:56:01 +01:00
mariusor
7121931940
Finish the implementation of gob encode/decode for Item interface 2022-01-13 16:50:08 +01:00
mariusor
af0f5aa0ee
Adding gob encode/decode for place, profile, question, relationship, tombstone types 2022-01-13 12:22:34 +01:00
mariusor
3e9850f7d0
Adding gob encode/decode functionality for *Collection types 2022-01-12 18:57:45 +01:00
mariusor
80679b32e9
More gob decode types 2022-01-12 18:19:06 +01:00
mariusor
4792d825cd
Adding more gob encoding/decoding for specific object types 2022-01-12 17:51:04 +01:00
mariusor
da9b05373d
Move gob encode/decode to their respective separate files 2022-01-12 16:49:45 +01:00
Marius Orcsik
30317634f5
Moved int gob write functions to the gob_encoding file 2022-01-02 16:24:24 +01:00
mariusor
a8126635d3 Fix some linting warnings 2021-11-12 19:10:31 +01:00
mariusor
5064eea988 Go fmt'ed files 2021-11-12 18:27:28 +01:00
Marius Orcsik
f09fdb0b8b
Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionality 2021-04-02 13:52:04 +02:00
Marius Orcsik
116119148d
Added encoding and decoding gob placeholders api 2021-03-14 19:40:36 +01:00