Update serializer.js
This commit is contained in:
parent
19e6a1aa12
commit
6fd8b5d35c
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@ function createProtocol() {
|
|||
}
|
||||
|
||||
function createSerializer() {
|
||||
var proto = createProtocol(protocol);
|
||||
var proto = createProtocol();
|
||||
return new Serializer(proto, 'packet');
|
||||
}
|
||||
|
||||
function createDeserializer() {
|
||||
var proto = createProtocol(protocol);
|
||||
var proto = createProtocol();
|
||||
return new Parser(proto, 'packet');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue