You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type adapters would be great for serializing objects that only implement Serializable or nothing at all. Right now, the library generates dest.writeSerializable(this.foo); for Joda DateTime, where using writeLong would be much more efficient. I have no idea how this would plug into the library, though.
The text was updated successfully, but these errors were encountered:
Type adapters would be great for serializing objects that only implement Serializable or nothing at all. Right now, the library generates
dest.writeSerializable(this.foo);
for Joda DateTime, where usingwriteLong
would be much more efficient. I have no idea how this would plug into the library, though.The text was updated successfully, but these errors were encountered: