Docs: Feedback for Implementing Java Serializable and Externalizable
- Dominant language
- No language data
- Stars
- 11
- Forks
- 112
- Avg merge
- 20h 29m
- Merged PRs (30d)
- 19
Description
Hi, I have some feedback about [this page](https://github.com/hazelcast/hz-docs/edit/main/docs/modules/serialization/pages/implementing-java-serializable.adoc)
I have following simple class
import java.io.Serializable;
public class Test implements Serializable {
private static final long serialVersionUID= -23482983298L;
private String key;
private String value;
public Test(){}
public Test(String key){this.key=key;}
//getter setters
}
And I am getting HazelcastSerializationException: There is no suitable serailizer for class Test
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with docs/modules/serialization/pages/implementing-java-serializable.adoc and compare its guidance with the reported Test class and HazelcastSerializationException. Confirm what the page needs to explain, then update the documentation so the expected behavior and requirements are clear for this example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100