Make test-serializer.ts serialize and deserialize the configuration.

This commit is contained in:
László Monda
2016-04-01 18:15:04 +02:00
parent 3840d0a623
commit d775a3db3c
5 changed files with 7 additions and 10 deletions

View File

@@ -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() {