The real question is not, is this possible, since it almost certainly is, but why do you want to do this in the first place?
If you just want to access a few fields from the object, the easiest way to do that will be to deserialize it and then copy those few fields out.
The only reason you might want to avoid the (de-)serialization is for speed, but if this is in one of your busy loops, then you are lost anyway. If the network (de-)serialization is the issue, then you should design your protocol better.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…