iOS高德地图SDK(基础)  V1.5.6
NSObject+AMapJsonSerialization.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <AMapJsonManualSerialization >
 
category  NSObject(AMapJsonSerialization)
 

Macros

#define AMapJsonArray(key, type)
 
#define AMapJsonMutableArray(key, type)
 
#define AMapNestedArray(key, type)
 
#define AMapNestedMutableArray(key, type)
 

Macro Definition Documentation

◆ AMapJsonArray

#define AMapJsonArray (   key,
  type 
)
Value:
NSArray <type *> *key; \
@property (nonatomic, strong, readonly) type *__Array__##key

◆ AMapJsonMutableArray

#define AMapJsonMutableArray (   key,
  type 
)
Value:
@property (nonatomic, strong, readonly) type *__Array__##key
Definition: NSMutableArray+AMapSafe.h:11

◆ AMapNestedArray

#define AMapNestedArray (   key,
  type 
)
Value:
NSArray *key; \
@property (nonatomic, strong, readonly) type *__Array__##key

◆ AMapNestedMutableArray

#define AMapNestedMutableArray (   key,
  type 
)
Value:
@property (nonatomic, strong, readonly) type *__Array__##key
Definition: NSMutableArray+AMapSafe.h:11
© 2017 高德信息技术有限公司 版权所有,保留所有权利。