The OpenD Programming Language

serdeIgnoreIfAggregate.serdeScoped

Can be applied only to strings fields. Does not allocate new data when deserializeing. Raw data is used for strings instead of new memory allocation. Use this attributes only for strings or arrays that would not be used after deallocation.

Meta