parquet.org.codehaus.jackson.map.ser.EnumSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
package com.facebook.presto.hive.$internal.org.codehaus.jackson.map.ser;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.annotate.JacksonStdImpl;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.util.EnumValues;
/**
* @deprecated Since 1.9 use {@link com.facebook.presto.hive.$internal.org.codehaus.jackson.map.ser.std.EnumSerializer}
*/
@Deprecated
@JacksonStdImpl
public class EnumSerializer
extends com.facebook.presto.hive.$internal.org.codehaus.jackson.map.ser.std.EnumSerializer
{
public EnumSerializer(EnumValues v) {
super(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy