question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement proper item serialization

See original GitHub issue

Item serialization has been placeholder and needs to be properly implemented. Currently item serialization data is just a reference to the data as it was deserialized (i.e., as it was within the d2s). This issue will require implementing support within BitStream for writing values. Ideally the deserialized format should match the original serialized format to maintain compatibility.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
collinsmithcommented, Aug 14, 2020

Basic serialization is complete. Going to tighten up code where I can and push.

0reactions
collinsmithcommented, Aug 20, 2020

Fixed by 2beecb35a8f7ef1d9b5c43c368f63c9dd51bef3f. Item#data issue will be addressed by #98

Read more comments on GitHub >

github_iconTop Results From Across the Web

Serialization in Java - DigitalOcean
If you want a class object to be serializable, all you need to do it implement the java.io.Serializable interface. Serializable in java is...
Read more >
Introduction to Java Serialization | Baeldung
The serialization process is instance-independent; for example, we can serialize objects on one platform and deserialize them on another.
Read more >
Serialization and Deserialization in Java with Example
To make a Java object serializable we implement the java.io.Serializable interface. The ObjectOutputStream class contains writeObject() method ...
Read more >
Ensure proper version control for serialized objects - InfoWorld
To design Serializable for ease of use, the serialized object's datastructure must be opaque and not directly accessible to the developer. When an...
Read more >
Custom binary serialization | Microsoft Learn
Implementing ISerializable involves implementing the GetObjectData method and a special constructor that's used when the object is deserialized.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found