forked from External/mage
[WIP] SPIKE - gson @Expose
This commit is contained in:
parent
6aeb3c7c3a
commit
4b331355de
4 changed files with 31 additions and 2 deletions
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
package mage.view;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.UUID;
|
||||
|
||||
|
|
@ -36,6 +38,7 @@ import java.util.UUID;
|
|||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class SimpleCardView implements Serializable {
|
||||
@Expose
|
||||
protected UUID id;
|
||||
protected String expansionSetCode;
|
||||
protected String tokenSetCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue