neoneo-go/pkg/io
Roman Khimov e299a44983 io: drop Size() method from Serializable and associated
It's no longer needed after the io.GetVarSize() improvement. It's duplicating
a lot of EncodeBinary() logic also.
2019-09-17 13:21:45 +03:00
..
binaryBufWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryReader.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryrw_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
serializable.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
size.go io: redo GetVarSize for Serializable things 2019-09-16 23:39:54 +03:00
size_test.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00