UNPKG
@kavist/arjuna
Version:
latest (1.1.2-ps.1)
1.1.2
1.1.2-ps.1
1.1.1
1.1.0
Node.js Boilerplate, revisited
github.com/idaman-id/arjuna
kavist/arjuna
@kavist/arjuna
/
.docs
/
protobuf.md
18 lines
(10 loc)
•
236 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Serialization
Serialization
utility
function
consist
of
protobuf
---
**Available
methods**
```js
const
{
ProtoBuf
}
=
require('arjuna');
await
ProtoBuf.encode();
await
ProtoBuf.decode();
await
ProtoBuf.verify();
```