Class FCWFormatter
FCW formatter
Implements
IFormatter
Namespace: FluentCeVIOWrapper.Common.Models
Assembly: FluentCeVIOWrapper.Common.dll
Syntax
public class FCWFormatter : CerasFormatter, IFormatter
Constructors
FCWFormatter(SerializerConfig?)
コンストラクタ
Declaration
public FCWFormatter(SerializerConfig? config = null)
Parameters
Type | Name | Description |
---|---|---|
SerializerConfig | config |
Properties
InternalFormatter
内部フォーマッター
Declaration
public CerasSerializer InternalFormatter { get; }
Property Value
Type | Description |
---|---|
CerasSerializer |
Methods
DeserializeInternal<T>(byte[])
デシリアライズ
Declaration
protected override T DeserializeInternal<T>(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bytes |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Overrides
SerializeInternal(object)
シリアライズ
Declaration
protected override byte[] SerializeInternal(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
byte[] |
Overrides
Implements
H.Formatters.IFormatter