Click or drag to resize

MetaTypeSetCallbacks Method (MethodInfo, MethodInfo, MethodInfo, MethodInfo)

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

Parameters

beforeSerialize
Type: System.ReflectionMethodInfo
afterSerialize
Type: System.ReflectionMethodInfo
beforeDeserialize
Type: System.ReflectionMethodInfo
afterDeserialize
Type: System.ReflectionMethodInfo

Return Value

Type: MetaType
See Also