C# Class Pomona.Common.Serialization.Json.PomonaJsonSerializerTypeEntry

This class contains code-gen func to write out JSON faster!
显示文件 Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
PomonaJsonSerializerTypeEntry ( TypeSpec type ) : System

Private Methods

Method Description
BuildAcceleratedPropertyWritingAction ( ) : void
TryGetJsonWriterMethodForWritingType ( TypeSpec type, MethodInfo &method ) : bool

Method Details

PomonaJsonSerializerTypeEntry() public method

public PomonaJsonSerializerTypeEntry ( TypeSpec type ) : System
type TypeSpec
return System