All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mmm.marshall.Marshalling Maven / Gradle / Ivy

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;

/**
 * A combination of {@link Marshaller} and {@link Unmarshaller}.
 *
 * @param  type of the object to {@link #readObject(StructuredReader) read} or
 *        {@link #writeObject(StructuredWriter, Object) write}.
 * @see Unmarshaller
 * @see MarshallableObject
 * @since 1.0.0
 */
public interface Marshalling extends Marshaller, Unmarshaller {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy