Variable Serializer.ptr

union Serializer
{
  // ...
  ubyte* ptr;
  // ...
}