How to serialize view if you are not an owner of an object?

Card game, 2 players. I create cards on the master client side, and the owner of these cards is the master client. if I'm a master client and I move the cards, then on the second client the cards are also moved (I use OnPhotonSerializeView), it's good. But if you move these cards on the client side, nothing happens on the master client, because the owner of these cards is master client. How to serialize view if you are not an owner of an object?
Thank you in advance