1 2 3 4 5 6 7 8 9 10
package test; import java.io.Serializable; public class SomeDTO implements Serializable { public String getTag() { return "tag"; } }