| InMemoryStorageSerializeInMemoryStorage - метод |
Оборачивает кеш в форму готовую к сериализации.
Пространство имён:
FinistSoft.Storage
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис internal SerializedObject SerializeInMemoryStorage(
Dictionary<Guid, SerializedObject> objectSet,
bool withoutGuid
)
Friend Function SerializeInMemoryStorage (
objectSet As Dictionary(Of Guid, SerializedObject),
withoutGuid As Boolean
) As SerializedObject
Dim instance As InMemoryStorage
Dim objectSet As Dictionary(Of Guid, SerializedObject)
Dim withoutGuid As Boolean
Dim returnValue As SerializedObject
returnValue = instance.SerializeInMemoryStorage(objectSet,
withoutGuid)
internal function SerializeInMemoryStorage(
objectSet : Dictionary<Guid, SerializedObject>,
withoutGuid : boolean
) : SerializedObject
Параметры
- objectSet
- Тип: System.Collections.GenericDictionaryGuid, SerializedObject
Набор готовых к сериализации подобъектов. Представляется набором пар: идентификатор ссылки - подобъект. - withoutGuid
- Тип: SystemBoolean
Признак отрицания формирования Guid. True - не формировать Guid, false - формировать.
Возвращаемое значение
Тип:
SerializedObjectЕдиничную форму кеша пригодную для сериализации.
См. также