public override unsafe void Write(void *fieldAddress, SerializerOutput output) { var value = *(int *)(fieldAddress); output.WriteInt(value); }