com.github.dockerjava.api.model
Class ExposedPorts.Serializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonSerializer<ExposedPorts>
      extended by com.github.dockerjava.api.model.ExposedPorts.Serializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Enclosing class:
ExposedPorts

public static class ExposedPorts.Serializer
extends com.fasterxml.jackson.databind.JsonSerializer<ExposedPorts>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
ExposedPorts.Serializer()
           
 
Method Summary
 void serialize(ExposedPorts exposedPorts, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider serProvider)
           
 
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExposedPorts.Serializer

public ExposedPorts.Serializer()
Method Detail

serialize

public void serialize(ExposedPorts exposedPorts,
                      com.fasterxml.jackson.core.JsonGenerator jsonGen,
                      com.fasterxml.jackson.databind.SerializerProvider serProvider)
               throws IOException,
                      com.fasterxml.jackson.core.JsonProcessingException
Specified by:
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ExposedPorts>
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2014. All rights reserved.