MessagePack for C
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
Serializer
Collaboration diagram for Serializer:

Classes

struct  msgpack_packer
 

Typedefs

typedef int(* msgpack_packer_write) (void *data, const char *buf, size_t len)
 
typedef struct msgpack_packer msgpack_packer
 

Functions

MSGPACK_DLLEXPORT int msgpack_pack_object (msgpack_packer *pk, msgpack_object d)
 

Detailed Description

Typedef Documentation

◆ msgpack_packer

◆ msgpack_packer_write

typedef int(* msgpack_packer_write) (void *data, const char *buf, size_t len)

Function Documentation

◆ msgpack_pack_object()

MSGPACK_DLLEXPORT int msgpack_pack_object ( msgpack_packer pk,
msgpack_object  d 
)