Hacker News new | ask | show | jobs
by tlb 2498 days ago
MessagePack only deserializes into special classes created by their IDL. The problem usually comes from calling the constructor on a user-written class, which doesn't carefully check constructor arguments.