Click or drag to resize

MetaTypeSetCallbacks Method (String, String, String, String)

Namespace:  ProtoBuf.Meta
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public MetaType SetCallbacks(
	string beforeSerialize,
	string afterSerialize,
	string beforeDeserialize,
	string afterDeserialize
)

Parameters

beforeSerialize
Type: SystemString
afterSerialize
Type: SystemString
beforeDeserialize
Type: SystemString
afterDeserialize
Type: SystemString

Return Value

Type: MetaType
See Also