com.alibaba.fastjson2.writer.ObjectWriterImplInt32ValueArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastjson2 Show documentation
Show all versions of fastjson2 Show documentation
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
package com.alibaba.fastjson2.writer;
import com.alibaba.fastjson2.JSONB;
import com.alibaba.fastjson2.JSONWriter;
import com.alibaba.fastjson2.util.Fnv;
import java.lang.reflect.Type;
import java.util.function.Function;
final class ObjectWriterImplInt32ValueArray
extends ObjectWriterPrimitiveImpl {
static final ObjectWriterImplInt32ValueArray INSTANCE = new ObjectWriterImplInt32ValueArray(null);
static final byte[] JSONB_TYPE_NAME_BYTES = JSONB.toBytes("[I");
static final long JSONB_TYPE_HASH = Fnv.hashCode64("[I");
private final Function