internal delegate void dyn_serialize(
TypeSchema schema,
SlimWriter writer,
TypeRegistry tregistry,
RefPool refs,
Object instance,
StreamingContext context
)
internal delegate void dyn_serialize(
TypeSchema schema,
SlimWriter writer,
TypeRegistry tregistry,
RefPool refs,
Object instance,
StreamingContext context
)
Friend Delegate Sub dyn_serialize (
schema As TypeSchema,
writer As SlimWriter,
tregistry As TypeRegistry,
refs As RefPool,
instance As Object,
context As StreamingContext
)
Friend Delegate Sub dyn_serialize (
schema As TypeSchema,
writer As SlimWriter,
tregistry As TypeRegistry,
refs As RefPool,
instance As Object,
context As StreamingContext
)
internal delegate void dyn_serialize(
TypeSchema^ schema,
SlimWriter^ writer,
TypeRegistry^ tregistry,
RefPool^ refs,
Object^ instance,
StreamingContext context
)
internal delegate void dyn_serialize(
TypeSchema^ schema,
SlimWriter^ writer,
TypeRegistry^ tregistry,
RefPool^ refs,
Object^ instance,
StreamingContext context
)
type dyn_serialize =
delegate of
schema : TypeSchema *
writer : SlimWriter *
tregistry : TypeRegistry *
refs : RefPool *
instance : Object *
context : StreamingContext -> unit
type dyn_serialize =
delegate of
schema : TypeSchema *
writer : SlimWriter *
tregistry : TypeRegistry *
refs : RefPool *
instance : Object *
context : StreamingContext -> unit