com.jdroid.java.marshaller.MarshallerMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdroid-java Show documentation
Show all versions of jdroid-java Show documentation
Jdroid dependency project for both Android & Java apps
The newest version!
package com.jdroid.java.marshaller;
public enum MarshallerMode {
COMPLETE,
SIMPLE,
TINY,
EXTRA_TINY;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy