Make test-serializer.ts serialize and deserialize the configuration.
This commit is contained in:
@@ -4,8 +4,9 @@ class UhkBuffer {
|
||||
private static longCompactLengthPrefix = 0xFF;
|
||||
private static stringEncoding = 'utf8';
|
||||
|
||||
offset: number;
|
||||
|
||||
private buffer: Buffer;
|
||||
private offset: number;
|
||||
private bytesToBacktrack: number;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user