com.tangosol.coherence.rest.io.KeyConverterAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence-rest Show documentation
Show all versions of coherence-rest Show documentation
Oracle Coherence Community Edition
/*
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.coherence.rest.io;
import com.tangosol.coherence.rest.KeyConverter;
import com.tangosol.util.Base;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.MultivaluedMap;
/**
* Marshaller that marshalls objects using a cache's key converter.
*
* @author vp 2011.07.26
*/
public class KeyConverterAdapter
implements Marshaller
© 2015 - 2025 Weber Informatics LLC | Privacy Policy