package test; import java.io.Serializable; public class SomeDTO implements Serializable { public String getTag() { return "tag"; } }