fix: Removes PoolOfAcid (#1310)
## BREAKING CHANGES You will receive a deserialization error saying cannot find type PoolOfAcid. This is ok, just hit yes to delete all.
This commit is contained in:
parent
801f139568
commit
e855ca1e61
5 changed files with 24 additions and 22 deletions
|
|
@ -36,6 +36,7 @@ public class BufferReader : IGenericReader
|
|||
private int _position;
|
||||
|
||||
public long Position => _position;
|
||||
public long BufferSize => _buffer.Length;
|
||||
|
||||
public BufferReader(byte[] buffer, Dictionary<ulong, string> typesDb = null, Encoding encoding = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue