Class TextureAtlas.CustomBooleanAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.Boolean>
de.gurkenlabs.litiengine.resources.TextureAtlas.CustomBooleanAdapter
- Enclosing class:
- TextureAtlas
public static class TextureAtlas.CustomBooleanAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.Boolean>
Constructor Summary
Constructors Constructor Description CustomBooleanAdapter()
Method Summary
Constructor Details
CustomBooleanAdapter
public CustomBooleanAdapter()
Method Details
unmarshal
public java.lang.Boolean unmarshal(java.lang.String v) throws java.lang.Exception- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.Boolean>
- Throws:
java.lang.Exception
marshal
public java.lang.String marshal(java.lang.Boolean v) throws java.lang.Exception- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.lang.Boolean>
- Throws:
java.lang.Exception