com.theoryinpractise.halbuilder.xml.XmlRepresentationFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halbuilder-xml Show documentation
Show all versions of halbuilder-xml Show documentation
HAL+XML serializer/deserializer extension to the HalBuilder Library
package com.theoryinpractise.halbuilder.xml;
import com.theoryinpractise.halbuilder.DefaultRepresentationFactory;
/**
* Created by amrk on 27/05/13.
*/
public class XmlRepresentationFactory extends DefaultRepresentationFactory {
public XmlRepresentationFactory() {
withRenderer(HAL_XML, XmlRepresentationWriter.class);
withReader(HAL_XML, XmlRepresentationReader.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy