Package ui.common.converter
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 -
Methodenübersicht
Von Klasse geerbte Methoden com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredPropertiesVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon 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:
serializein Klassecom.fasterxml.jackson.databind.JsonSerializer<File>- Löst aus:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-