Advertisement
zoltanb

Untitled

May 8th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. class JsonSerDes : public SerDes {
  2.  public:
  3.   JsonSerDes();
  4.   virtual ~JsonSerDes();
  5.   AuthenticationRequest Deserialize(void*) override;
  6.   void* Serialize(AuthenticationResponse*) override;
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement