
lowentry.ue4.libs.jackson.databind.ser.impl.ObjectIdWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
A Java library for the Low Entry UE4 plugins.
package lowentry.ue4.libs.jackson.databind.ser.impl;
import lowentry.ue4.libs.jackson.annotation.ObjectIdGenerator;
import lowentry.ue4.libs.jackson.core.SerializableString;
import lowentry.ue4.libs.jackson.core.io.SerializedString;
import lowentry.ue4.libs.jackson.databind.*;
/**
* Object that knows how to serialize Object Ids.
*/
public final class ObjectIdWriter
{
public final JavaType idType;
/**
* Name of id property to write, if not null: if null, should
* only write references, but id property is handled by some
* other entity.
*/
public final SerializableString propertyName;
/**
* Blueprint generator instance: actual instance will be
* fetched from {@link SerializerProvider} using this as
* the key.
*/
public final ObjectIdGenerator> generator;
/**
* Serializer used for serializing id values.
*/
public final JsonSerializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy