Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7821507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:40:15+00:00 2026-06-02T07:40:15+00:00

I am trying to send over MyClass through RPC, but am getting : Type

  • 0

I am trying to send over MyClass through RPC, but am getting :
Type MyClass was not assignable to ‘com.google.gwt.user.client.rpc.IsSerializable’ and did not have a custom field serializer.For security purposes, this type will not be serialized.

I have looked at GWT – occasional com.google.gwt.user.client.rpc.SerializationException and tried their solution, but it did not work.

The difference is that MyClass is located in another project.
The project structure is:

MyApiProject
-contains MyClass
MyClientProject
MyServerProject

I have also tried passing an enum through the RPC from MyApiProject, which also failed.

public class MyClass
    implements Serializable
{
    private static final long serialVersionUID = 5258129039653904120L;

    private String str;

    private MyClass()
    {
    }

    public MyClass(String str)
    {
        this.str = str;
    }

    public String getString()
    {
        return this.str;
    }
}

in the RemoteService I have:

mypackage.MyClass getMyClass();

in the RemoteServiceAsync I have:

void getMyClass(AsyncCallback<mypackage.MyClass> callback);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:40:16+00:00Added an answer on June 2, 2026 at 7:40 am

    I had to change implements Serializable to implements IsSerializable

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send a proto over a socket, but i am getting
I am trying to send over UDP using the following code, but i'm getting
I'm trying to serialize objects to send over network through a socket using only
I'm trying to send an XML document over the wire but receiving the following
I'm trying to send multiple images over a socket using java but I need
Im trying to send images over HTTP using HttpListener but some images come from
I am trying to send an object in java over a physical network (not
I am trying to send over a variable which contains id of a user
I am trying to send over a page number to a page using a
I am trying to send objects over sockets in android emulators. Each emulator sends

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.