-
Notifications
You must be signed in to change notification settings - Fork 192
Home
Philip Hofer edited this page Aug 9, 2015
·
7 revisions
Welcome to the msgp wiki!
This article discusses the MessagePack type system.
This article discusses how msgp
maps Go's type system onto MessagePack, and vice-versa. Topics include numerical overflow, complex numbers, time.Time
, and type system extensions.
Learn how to implement your own MessagePack types.
Tips and tricks for improving performance and using advanced features.