Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

size_t CMyInstance::SerializeSize()
{
return 0;
}
GAME_ERROR CMyInstance::Serialize(uint8_t* data, size_t size)
{
}
GAME_ERROR CMyInstance::Deserialize(const uint8_t* data, size_t size)
{
}
GAME_ERROR
Game add-on error codes
Definition: game.h:34
@ GAME_ERROR_NOT_IMPLEMENTED
the method that the frontend called is not implemented
Definition: game.h:42