Top "Simple-framework" questions

Simple is a Java based high performance XML serialization and configuration framework

Unable to create call adapter for class example.Simple

I am using retrofit 2.0.0-beta1 with SimpleXml. I want the retrieve a Simple (XML) resource from a REST service. Marshalling/…

java rest retrofit simple-framework
How to use Retrofit and SimpleXML together in downloading and parsing an XML file from a site?

I just started working with Retrofit. I am working on a project that uses SimpleXML. Can somebody provide me an …

android retrofit okhttp simple-framework okio
Using SimpleXML with Android and Gradle

I'm having troubles trying to compile an Android application with Gradle 0.5.+ and Android Studio, using SimpleXML. This is the error: …

android gradle android-studio simple-framework dex
Android Retrofit 2 Simple XML Converter

I am using Retrofit 2.1.0 and Retrofit SimpleXML Converter 2.1.0. I added simplexmlconverter to retrofit instance with addConverterFactory method. XML is below &…

android xml retrofit retrofit2 simple-framework
Very easy to solve issue with SimpleXML. What i'm doing wrong?

I'm working with Java and SimpleXML I need to parse this XML file with SimpleXML: <magazine title="N˙mero 1" …

java xml xml-parsing simple-framework
How to ignore unused XML elements while deserializing a document?

I'm using SimpleXml to (de)serialize POJOs. Now, I have a big XML which has some elements which are not …

java xml-deserialization simple-framework
How to generate simple-xml java annotated object from xsd schema

Ok, so I've searched stackoverflow and found unanswered sub-topics regarding this issue, that's why I'd like to have this question …

java android xml xsd simple-framework
How to solve the XML parsing performance issue on Android

I have to read a XML file with about ~4000 lines on Android. First I tried the SimpleXML library because it's …

android xml xml-parsing saxparser simple-framework
Element does not have a match in class

I am working with Simple XML framework, and just renamed some XML layouts, which now don't seem to work any …

simple-framework