META-INF.granite.granite-config.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE granite-config PUBLIC "-//Granite Data Services//DTD granite-config internal//EN" "http://www.graniteds.org/public/dtd/1.1.0/granite-config.dtd"> <!-- GRANITE DATA SERVICES Copyright (C) 2011 GRANITE DATA SERVICES S.A.S. This file is part of Granite Data Services. Granite Data Services is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Granite Data Services is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, see <http://www.gnu.org/licenses/>. --> <granite-config> <!-- ! Standard GDS converters. !--> <converters> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Integer" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Long" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Double" /> <converter type="org.granite.messaging.amf.io.convert.impl.Boolean2Boolean" /> <converter type="org.granite.messaging.amf.io.convert.impl.Collection2Collection" /> <converter type="org.granite.messaging.amf.io.convert.impl.Collection2Array" /> <converter type="org.granite.messaging.amf.io.convert.impl.Array2Array" /> <converter type="org.granite.messaging.amf.io.convert.impl.Array2Collection" /> <converter type="org.granite.messaging.amf.io.convert.impl.Date2Date" /> <converter type="org.granite.messaging.amf.io.convert.impl.Map2Map" /> <converter type="org.granite.messaging.amf.io.convert.impl.String2CharArray" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2BigDecimal" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2BigInteger" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Byte" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Float" /> <converter type="org.granite.messaging.amf.io.convert.impl.Number2Short" /> <converter type="org.granite.messaging.amf.io.convert.impl.String2Char" /> <converter type="org.granite.messaging.amf.io.convert.impl.Character2Character" /> <converter type="org.granite.messaging.amf.io.convert.impl.Compatibility" /> </converters> </granite-config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy