public interface Serializer
EntityType serializers| Modifier and Type | Method and Description | 
|---|---|
| void | serialize(EntityType type,
         SerializerConfig serializerConfig,
         com.mysema.codegen.CodeWriter writer)Serialize the given  EntityType | 
void serialize(EntityType type, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer) throws IOException
EntityTypetype - EntityType to serializeserializerConfig - TODOwriter - serialization targetIOExceptionCopyright © 2007–2015 Querydsl. All rights reserved.