#pragma once #include "stdafx.h" #include "Xy.h" class AFX_EXT_CLASS CXySerializerHelper { public: static std::vector SerializeCXy(CXy* pXy); static std::unique_ptr DeserializeCXy(const std::vector& serializedData); };