//
pkg.gl
Category
github.com/pineal-niwan/busybox
binary
package
0.0.4
Repository:
https://github.com/pineal-niwan/busybox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
956 SLOC
#
Functions
NewReadBinaryHandler
新建读取对象.
NewWriteBinaryHandler
新建写入对象.
#
Constants
ARRAY_MAX_LEN
支持的数组最大长度为16M.
BUF_SIZE_INIT
初始256字节容量.
DATA_MAX_LEN
序列化最大长度为32M.
MinBufferSize
No description provided by the author
STR_MAX_LEN
支持的字符串长度最大为16M.
#
Variables
ErrArrayOverflow
数组越界.
ErrEmptyBuffer
反序号化的缓冲区为空.
ErrInitHandler
序列化handler初始失败.
ErrOverflow
数据越界.
ErrStringOverflow
字符串长度越界.
#
Structs
BinaryHandler
序列化结构体定义.
Option
序列化参数.