Home > Mobile >  Java. Lang. IllegalArgumentException: unknown client android. The OS. 45 f1f8 BinderProxy @
Java. Lang. IllegalArgumentException: unknown client android. The OS. 45 f1f8 BinderProxy @

Time:10-04

Java. Lang. IllegalArgumentException: unknown client android. The OS. 45 f1f80 BinderProxy @
. An android OS. Parcel. ReadException (1696) Parcel. Java:
. An android OS. Parcel. ReadException (1645) Parcel. Java:
At com. Android. Internal. View. IInputMethodManager $$Proxy stubs. StartInputOrWindowGainedFocus (IInputMethodManager. Java: 708)
The at Java. Lang. Reflect. Method. The invoke (Method. Java)


Where is the great god met such a problem, please share ~

CodePudding user response:

Not all objects are serializable, ok?

CodePudding user response:

reference 1/f, dear Joe reply:
not all objects can be serialized, ok?


Can you say the detailed point

CodePudding user response:

refer to the second floor tongyuchi response:
Quote: reference 1/f, dear Joe reply:

Not all objects are serializable, ok?


Can you say detailed point of the

Detailed says I can't say too accurate,
Serialization is probably like another idea in your head, you write the words on the paper, this is serialized,
Then after a long time what did you forget the idea is, you come back again looked at the piece of paper, and then think of this idea, the similar deserialization,

To programming this, however, is not so easy, of course, most of the information can be serialized, but some can't,

Such as that the session you
It represents a connection, a channel, you put it after serialization, it can't communicate, maybe you can serialize it, even to deserialize it back, but the "session" deserialized back, already can't use.

Like you is on the phone, you call your brother, you're on the phone call brother, but the phone is power off, after turning on and off in his phone to call brother not to be listening to your brother, you have to redial

CodePudding user response:

refer to the second floor tongyuchi response:
Quote: reference 1/f, dear Joe reply:

Not all objects are serializable, ok?


Can you say detailed point of the

How do you explain or look at the serialized encyclopedia articles

CodePudding user response:

reference dear Joe reply: 3/f
Quote: refer to the second floor tongyuchi response:

The
Quote: dear Joe reply: 1/f, reference

Not all objects are serializable, ok?


Can you say detailed point of the

Detailed says I can't say too accurate,
Serialization is probably like another idea in your head, you write the words on the paper, this is serialized,
Then after a long time what did you forget the idea is, you come back again looked at the piece of paper, and then think of this idea, the similar deserialization,

To programming this, however, is not so easy, of course, most of the information can be serialized, but some can't,

Such as that the session you
It represents a connection, a channel, you put it after serialization, it can't communicate, maybe you can serialize it, even to deserialize it back, but the "session" deserialized back, already can't use.

Like you is on the phone, you call your brother, you're on the phone call brother, but the phone is power off, after turning on and off in his phone to call brother not to be listening to your brother, you have to redial.



Thank you see serialization but still can't find where the problem, you have good locating method

CodePudding user response:

Information you provide is too little, I can't absolutely sure is a problem of serialization,

CodePudding user response:

reference 5 floor tongyuchi reply:
thank you see serialization but still can't find where the problem is, do you have any good positioning method

Information you provide is too little, I can't absolutely sure is serialized,
  • Related