Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kSerializer_ReadItemsT (   kSerializer_serializer,
  kType_type,
  kTypeVersion_version,
  TPtr_items,
  kSize_count 
)
related

Reads an array of values or objects.

A debug assertion will be raised if the size of the specified items is not equal to the size of the specified type.

Parameters
kSerializer_serializerSerializer object.
kType_typeType of items.
kTypeVersion_versionType version.
TPtr_itemsStrongly-typed destination pointer for deserialized items.
kSize_countCount of items.
Returns
Operation status.