Class SlotSharingGroupIDSerializer

java.lang.Object
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonSerializer<T>
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ser.std.StdSerializer<SlotSharingGroupId>
org.apache.flink.runtime.rest.messages.json.SlotSharingGroupIDSerializer
All Implemented Interfaces:
Serializable, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.jsonschema.SchemaAware

public class SlotSharingGroupIDSerializer extends org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ser.std.StdSerializer<SlotSharingGroupId>
Jackson serializer for SlotSharingGroupId.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonSerializer

    org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(SlotSharingGroupId value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider)
     

    Methods inherited from class org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    Methods inherited from class org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SlotSharingGroupIDSerializer

      public SlotSharingGroupIDSerializer()
  • Method Details

    • serialize

      public void serialize(SlotSharingGroupId value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Specified by:
      serialize in class org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ser.std.StdSerializer<SlotSharingGroupId>
      Throws:
      IOException