자바/GWT

com.google.gwt.user.client.rpc.SerializationException 에러 해결

finkle 2009. 4. 17. 10:50
1. Serializable 대상 Bean 객체를 client 단 패키지에 위치할 것
2. implements Serializable OR IsSerializable
3. RPC 호출 주소를 *.rpc로 하지말고 다른 확장자로 정의할 것

in GWT 1.6.4