public interface Serializer
EntityType
serializersModifier 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 java.io.IOException
EntityType
type
- EntityType to serializeserializerConfig
- TODOwriter
- serialization targetjava.io.IOException
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.