io.github.mmm.marshall.UnmarshallableObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-marshall Show documentation
Show all versions of mmm-marshall Show documentation
API for marshalling and unmarshalling data.
The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.marshall;
/**
* Interface for an object that can {@link #read(StructuredReader) read its data} from structured formats such as JSON
* or XML.
*
* @since 1.0.0
*/
public interface UnmarshallableObject extends Unmarshaller