hazelcast / hz-docs

Source content for the Hazelcast Platform documentation
10 stars 96 forks source link

Docs: Feedback for Implementing Java Serializable and Externalizable #923

Open padmajan87 opened 10 months ago

padmajan87 commented 10 months ago

Hi, I have some feedback about this page

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

Serdaro commented 10 months ago

Hi @padmajan87 , I can suggest you to bring this to https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL. We'll be tracking the discussions there and update the documentation accordingly, if needed.

padmajan87 commented 10 months ago

@Serdaro I am unable to login to that community. Could you please help.

Serdaro commented 10 months ago

@padmajan87 , you should be able to create an account at https://slack.hazelcast.com/ with your Google, Apple or preferred email accounts.

Screen Shot 2023-12-28 at 12 08 30 PM
padmajan87 commented 10 months ago

@Serdaro I joined the group. Thank you

Serdaro commented 9 months ago

@padmajan87 , you still experience this issue?