All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.linguafranca.pwdb.kdbx.jaxb.binding.Adapter3 Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.10.14 at 01:48:37 PM BST 
//


package org.linguafranca.pwdb.kdbx.jaxb.binding;

import java.util.UUID;
import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter3
    extends XmlAdapter
{


    public UUID unmarshal(String value) {
        return (org.linguafranca.pwdb.kdbx.Helpers.uuidFromBase64(value));
    }

    public String marshal(UUID value) {
        return (org.linguafranca.pwdb.kdbx.Helpers.base64FromUuid(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy