Klasse FileToStringSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<File>
ui.common.converter.FileToStringSerializer
Alle implementierten Schnittstellen:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, IFileToStringConverter

public class FileToStringSerializer extends com.fasterxml.jackson.databind.JsonSerializer<File> implements IFileToStringConverter
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    serialize(File tmpInt, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
     

    Von Klasse geerbte Methoden com.fasterxml.jackson.databind.JsonSerializer

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden sidplay.ini.converter.IFileToStringConverter

    fromString, toString
  • Konstruktordetails

    • FileToStringSerializer

      public FileToStringSerializer()
  • Methodendetails

    • serialize

      public void serialize(File tmpInt, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
      Angegeben von:
      serialize in Klasse com.fasterxml.jackson.databind.JsonSerializer<File>
      Löst aus:
      IOException
      com.fasterxml.jackson.core.JsonProcessingException